1
1
class V2ray < Formula
2
2
desc "Platform for building proxies to bypass network restrictions"
3
3
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 "
6
6
license all_of : [ "MIT" , "CC-BY-SA-4.0" ]
7
7
head "https://github.com/v2fly/v2ray-core.git" , branch : "master"
8
8
@@ -12,12 +12,11 @@ class V2ray < Formula
12
12
end
13
13
14
14
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"
21
20
end
22
21
23
22
depends_on "go" => :build
@@ -33,8 +32,8 @@ class V2ray < Formula
33
32
end
34
33
35
34
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 "
38
37
end
39
38
40
39
def install
0 commit comments