Skip to content

Commit d4645f5

Browse files
BrewTestBotchenrui333
authored andcommitted
xray 25.8.31
xray: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent cb572e2 commit d4645f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/x/xray.rb

Lines changed: 7 additions & 7 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

@@ -23,18 +23,18 @@ class Xray < Formula
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)