Skip to content

Commit 9aa448d

Browse files
authored
Merge pull request Homebrew#228560 from Homebrew/bump-v2ray-5.34.0
v2ray 5.34.0
2 parents 6c3c961 + daee3a6 commit 9aa448d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/v/v2ray.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class V2ray < Formula
22
desc "Platform for building proxies to bypass network restrictions"
33
homepage "https://v2fly.org/"
4-
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.33.0.tar.gz"
5-
sha256 "44b768e0048cf2e68f885f08ceb95ee29eea16a5dbb3b4cb9920d55ce691fa9f"
4+
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.34.0.tar.gz"
5+
sha256 "6cf41da0cd786efbc33abf4aa979f934802e33dfe48b5bdfde13e792d4926a08"
66
license all_of: ["MIT", "CC-BY-SA-4.0"]
77
head "https://github.com/v2fly/v2ray-core.git", branch: "master"
88

@@ -12,12 +12,12 @@ class V2ray < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "bcd3074a050b6d7cf30729b494307474779c6c325de267e89b7bb951d941f2dd"
19-
sha256 cellar: :any_skip_relocation, ventura: "bcd3074a050b6d7cf30729b494307474779c6c325de267e89b7bb951d941f2dd"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dccfef2d653d5c804b173e3bf0894492de45ae69a3c0f5b3e95e34dcc562e988"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2450581e470a6dc44b83f5c12a7441fbfaa44485e3dfdb99769b0cb0cd26cdd"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2450581e470a6dc44b83f5c12a7441fbfaa44485e3dfdb99769b0cb0cd26cdd"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e2450581e470a6dc44b83f5c12a7441fbfaa44485e3dfdb99769b0cb0cd26cdd"
18+
sha256 cellar: :any_skip_relocation, sonoma: "1f02010e2d01505242723bdb82a7a63af296db6223a948f672bf00c6d5b40abd"
19+
sha256 cellar: :any_skip_relocation, ventura: "1f02010e2d01505242723bdb82a7a63af296db6223a948f672bf00c6d5b40abd"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "110eba145b23dc23b72f9ff1b254dd54c0d9d0126c54faf6131e8b9b92c2a52e"
2121
end
2222

2323
depends_on "go" => :build
@@ -33,8 +33,8 @@ class V2ray < Formula
3333
end
3434

3535
resource "geosite" do
36-
url "https://github.com/v2fly/domain-list-community/releases/download/20250608120644/dlc.dat"
37-
sha256 "67ededbc0cb18f93415e2e003cb45cb04fc32ba4a829f7d18074d3bdd88ab629"
36+
url "https://github.com/v2fly/domain-list-community/releases/download/20250627153051/dlc.dat"
37+
sha256 "01dae2a9c31b5c74ba7e54d8d51e0060688ed22da493eaf09f6eeeec89db395e"
3838
end
3939

4040
def install

0 commit comments

Comments
 (0)