Skip to content

Commit 4a3c6eb

Browse files
authored
Merge pull request #203609 from Homebrew/bump-v2ray-5.23.0
v2ray 5.23.0
2 parents 70d9bad + e0b5f5b commit 4a3c6eb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Formula/v/v2ray.rb

Lines changed: 14 additions & 14 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.22.0.tar.gz"
5-
sha256 "df25a873c8f7fb30f44cb6d26b18db264dfa209df5aeb6116fc43df7157fb4b8"
4+
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.23.0.tar.gz"
5+
sha256 "ae02fa91d2cbb1fc909bd3e7421a046319f1d8734170ff434234940bd3aa4364"
66
license all_of: ["MIT", "CC-BY-SA-4.0"]
77
head "https://github.com/v2fly/v2ray-core.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5726a5658386c3946dad3b0a5ba3ec94d6f15ca2c7938118c46fe6752bcd1590"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5726a5658386c3946dad3b0a5ba3ec94d6f15ca2c7938118c46fe6752bcd1590"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5726a5658386c3946dad3b0a5ba3ec94d6f15ca2c7938118c46fe6752bcd1590"
18-
sha256 cellar: :any_skip_relocation, sonoma: "088b3d50e870d39c5b8ad2aaa707336cc82c5d41a6fb99948e4684c9476e929b"
19-
sha256 cellar: :any_skip_relocation, ventura: "088b3d50e870d39c5b8ad2aaa707336cc82c5d41a6fb99948e4684c9476e929b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d1bdd7e215ad00e02f2582963a9cbca5e76c443400a1a90fd2aa2a2ff039dbfc"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8445ca58b20bfd09f2b23b03eaffbfe4aaa4a8d700e42ce91b97f7d71f6bb0f7"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8445ca58b20bfd09f2b23b03eaffbfe4aaa4a8d700e42ce91b97f7d71f6bb0f7"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8445ca58b20bfd09f2b23b03eaffbfe4aaa4a8d700e42ce91b97f7d71f6bb0f7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "082d5d7df87e2bcfb567632a23ba18608f1fb0e30e2d9ebcf6e5a1fdd359cfba"
19+
sha256 cellar: :any_skip_relocation, ventura: "082d5d7df87e2bcfb567632a23ba18608f1fb0e30e2d9ebcf6e5a1fdd359cfba"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "be68fd151538e56bcbd0215efd108d67c76b7c953c96b52b6aa5a8395c797015"
2121
end
2222

2323
depends_on "go" => :build
2424

2525
resource "geoip" do
26-
url "https://github.com/v2fly/geoip/releases/download/202411140052/geoip.dat"
27-
sha256 "c9114fd3157e44f1234976a3cba6d8ffee28fb8331890f0909d64e5b6677494e"
26+
url "https://github.com/v2fly/geoip/releases/download/202501020052/geoip.dat"
27+
sha256 "dba9102d288936e3b9b6511c0d0b03e62865c130a2263cb4719ad80b7a9f69bf"
2828
end
2929

3030
resource "geoip-only-cn-private" do
31-
url "https://github.com/v2fly/geoip/releases/download/202411140052/geoip-only-cn-private.dat"
32-
sha256 "9c437ba446690a2c9be5343ec1c4ab904578a164212fb8c3ea2808d7e78518f7"
31+
url "https://github.com/v2fly/geoip/releases/download/202501020052/geoip-only-cn-private.dat"
32+
sha256 "db672a549a0ac8c3774eaf83ac32629a8f352af092bf004ca62a3bdce27b07f9"
3333
end
3434

3535
resource "geosite" do
36-
url "https://github.com/v2fly/domain-list-community/releases/download/20241112092643/dlc.dat"
37-
sha256 "f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f"
36+
url "https://github.com/v2fly/domain-list-community/releases/download/20241221105938/dlc.dat"
37+
sha256 "aa65cee72dd6afbf9dd4c474b4ff28ceb063f6abf99249a084091adb4f282f09"
3838
end
3939

4040
def install

0 commit comments

Comments
 (0)