Skip to content

Commit 440d4f7

Browse files
authored
Merge pull request #235675 from Homebrew/bump-xray-25.8.31
xray 25.8.31
2 parents 2004467 + ddb745d commit 440d4f7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Formula/x/xray.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Xray < Formula
22
desc "Platform for building proxies to bypass network restrictions"
33
homepage "https://xtls.github.io/"
4-
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.8.3.tar.gz"
5-
sha256 "a7d3785fdd46f1b045b1ef49a2a06e595c327f514b5ee8cd2ae7895813970b2c"
4+
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.8.31.tar.gz"
5+
sha256 "69f2586627b95c772cc640850db5786def538c547dc5fa22f7fa8025bae302d2"
66
license all_of: ["MPL-2.0", "CC-BY-SA-4.0"]
77
head "https://github.com/XTLS/Xray-core.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "841277e2bcde24752b5cd836a1e9a8c54d864035ab06fd9193cd5ff2e1d1217c"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "841277e2bcde24752b5cd836a1e9a8c54d864035ab06fd9193cd5ff2e1d1217c"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "841277e2bcde24752b5cd836a1e9a8c54d864035ab06fd9193cd5ff2e1d1217c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "24c73b787b97c47585b2e4286a14996d05f6cdfab6a3efc6a2cc0152399cd39a"
19-
sha256 cellar: :any_skip_relocation, ventura: "24c73b787b97c47585b2e4286a14996d05f6cdfab6a3efc6a2cc0152399cd39a"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c090917e84eefc6dd3e10af4db69f92b8c56adaac4814ad34286d2caa409839"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9baa6df15e197d196d120de968ca134f7e14a6c554c77be1c8d570954083afa4"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9baa6df15e197d196d120de968ca134f7e14a6c554c77be1c8d570954083afa4"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9baa6df15e197d196d120de968ca134f7e14a6c554c77be1c8d570954083afa4"
18+
sha256 cellar: :any_skip_relocation, sonoma: "f579adb2c69da4fc9ef398ec463b5d2efc9073747c6b2de3d572c7cfb1409629"
19+
sha256 cellar: :any_skip_relocation, ventura: "f579adb2c69da4fc9ef398ec463b5d2efc9073747c6b2de3d572c7cfb1409629"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2bdf6adc82f961760ea67ede3b04f8662f4d19c6f8da88d507ca1fa67d91a79a"
2121
end
2222

2323
depends_on "go" => :build
2424

2525
resource "geoip" do
26-
url "https://github.com/v2fly/geoip/releases/download/202507050144/geoip.dat"
27-
sha256 "d77289a7465b6e59df39a2d46bd02b30b4fa7dd70939c13d431fd2bd8f448e10"
26+
url "https://github.com/v2fly/geoip/releases/download/202508140022/geoip.dat"
27+
sha256 "54761d8691a5756fdb08d2cd4d0a9c889dbaab786e1cf758592e09fb00377f53"
2828
end
2929

3030
resource "geosite" do
31-
url "https://github.com/v2fly/domain-list-community/releases/download/20250627153051/dlc.dat"
32-
sha256 "01dae2a9c31b5c74ba7e54d8d51e0060688ed22da493eaf09f6eeeec89db395e"
31+
url "https://github.com/v2fly/domain-list-community/releases/download/20250829121920/dlc.dat"
32+
sha256 "186158b6c2f67ac59e184ed997ebebcef31938be9874eb8a7d5e3854187f4e8d"
3333
end
3434

3535
resource "example_config" do
3636
# borrow v2ray example config
37-
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.37.0/release/config/config.json"
37+
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.38.0/release/config/config.json"
3838
sha256 "15a66415d72df4cd77fcd037121f36604db244dcfa7d45d82a0c33de065c6a87"
3939

4040
livecheck do

0 commit comments

Comments
 (0)