Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2ray-plugin: deprecate #139464

Merged
merged 1 commit into from
Aug 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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