Skip to content

Commit

Permalink
Merge pull request #139464 from chenrui333/v2ray-plugin-deprecate
Browse files Browse the repository at this point in the history
v2ray-plugin: deprecate
  • Loading branch information
BrewTestBot authored Aug 13, 2023
2 parents 4662cfb + 0642b5d commit 9a4d9e4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/v2ray-plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ class V2rayPlugin < Formula
license "MIT"
head "https://github.com/shadowsocks/v2ray-plugin.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "451c0d3013468c460f7f829d45fd5f2f91ccc20da50156f5a7b09244eff82636"
sha256 cellar: :any_skip_relocation, arm64_monterey: "72e881a144403b3d336c0d652601342580a9f67724647e46e2eaaa36e8408c70"
Expand All @@ -24,6 +19,10 @@ class V2rayPlugin < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ad295c462b215b5a36d4b8087f03675ef1e0e1508d53dfb96c63bc0be688d8c"
end

# v2ray-plugin does not even build with go1.19,
# upstream bug report https://github.com/shadowsocks/v2ray-plugin/issues/292
deprecate! date: "2023-08-13", because: :unmaintained

depends_on "go" => :build

def install
Expand Down

0 comments on commit 9a4d9e4

Please sign in to comment.