From 0642b5d3e1054a242166ac746562087084d0771a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 13 Aug 2023 14:38:35 -0400 Subject: [PATCH] v2ray-plugin: deprecate Signed-off-by: Rui Chen --- Formula/v2ray-plugin.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/v2ray-plugin.rb b/Formula/v2ray-plugin.rb index 8d19e73f38db10..9eae56701c4a92 100644 --- a/Formula/v2ray-plugin.rb +++ b/Formula/v2ray-plugin.rb @@ -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" @@ -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