Skip to content

Commit 534429c

Browse files
authored
Merge pull request #245397 from Homebrew/bump-v2ray-5.39.0
v2ray 5.39.0
2 parents 23b5479 + dbfe200 commit 534429c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/v/v2ray.rb

Lines changed: 9 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.38.0.tar.gz"
5-
sha256 "6e2412f6d08282ef06e4f3c752db443d782bb2d6cbf525ebbb2f5e2c01759f9e"
4+
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.39.0.tar.gz"
5+
sha256 "a6f6db8a6911dbaaf9c140a73e9f9d56706e046bf2cf234da3d06bb4ee4310a6"
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,11 @@ class V2ray < Formula
1212
end
1313

1414
bottle do
15-
rebuild 1
16-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9b6699829a0e14d214b0f7269db661ef8b1820c362fff18e513844696eb2e812"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b6699829a0e14d214b0f7269db661ef8b1820c362fff18e513844696eb2e812"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b6699829a0e14d214b0f7269db661ef8b1820c362fff18e513844696eb2e812"
19-
sha256 cellar: :any_skip_relocation, sonoma: "3d6179fb87a999e7d4c51f26a0d93e40651b621c9e92b3b47e7f1dac165f87ed"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd32e5f1d3c7c77f8e89a681907034bd8859b26c87736c5d66f5c11770f9cf8c"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0d12ab219984438a2f801a98fb95939bed2698e32c45c1b5a317ce43b56c250d"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d12ab219984438a2f801a98fb95939bed2698e32c45c1b5a317ce43b56c250d"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d12ab219984438a2f801a98fb95939bed2698e32c45c1b5a317ce43b56c250d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "eeb400990c3219c2811d71c7f994146195662ef642d98aa21b343665663c2a89"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9fac4a09ae0e9abd0c773de9d3e4c303b361d126566b0ae7956052035b5be19"
2120
end
2221

2322
depends_on "go" => :build
@@ -33,8 +32,8 @@ class V2ray < Formula
3332
end
3433

3534
resource "geosite" do
36-
url "https://github.com/v2fly/domain-list-community/releases/download/20250906011216/dlc.dat"
37-
sha256 "186158b6c2f67ac59e184ed997ebebcef31938be9874eb8a7d5e3854187f4e8d"
35+
url "https://github.com/v2fly/domain-list-community/releases/download/20250916122507/dlc.dat"
36+
sha256 "1a7dad0ceaaf1f6d12fef585576789699bd1c6ea014c887c04b94cb9609350e9"
3837
end
3938

4039
def install

0 commit comments

Comments
 (0)