Skip to content

Commit 72be070

Browse files
BrewTestBotchenrui333
authored andcommitted
xray 1.8.23
xray: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent 7d7ff24 commit 72be070

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/x/xray.rb

Lines changed: 6 additions & 6 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/v1.8.21.tar.gz"
5-
sha256 "464636c323c20cd17a6e10d6fdf0120f0a84096f1c66c0ab4851141d238a1a0b"
4+
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v1.8.23.tar.gz"
5+
sha256 "c3731f11efae32296be75774cb4e86667fbc6e685cae4a891a0bc567b839ac7f"
66
license all_of: ["MPL-2.0", "CC-BY-SA-4.0"]
77
head "https://github.com/XTLS/Xray-core.git", branch: "main"
88

@@ -24,13 +24,13 @@ class Xray < Formula
2424
depends_on "go" => :build
2525

2626
resource "geoip" do
27-
url "https://github.com/v2fly/geoip/releases/download/202407192357/geoip.dat"
28-
sha256 "8128db0c1431f4c6854dfb7740b497ee0ac73f0f3a52a1e0040c508f7d79c0a4"
27+
url "https://github.com/v2fly/geoip/releases/download/202407250045/geoip.dat"
28+
sha256 "f83e89edfd3b35acbbbb862a4c88a8ca3e1ddce4d298cc617be79bdaa23a0672"
2929
end
3030

3131
resource "geosite" do
32-
url "https://github.com/v2fly/domain-list-community/releases/download/20240720181558/dlc.dat"
33-
sha256 "873ad7f4ad185ba7a70c5addbfd064703f22a7a8e4e21e4114a8ea98da7dd5ad"
32+
url "https://github.com/v2fly/domain-list-community/releases/download/20240726161926/dlc.dat"
33+
sha256 "f329656f27a1dac1971e1dff9aed2d7a60029d087e1216b2536c1e86ebe82ca3"
3434
end
3535

3636
resource "example_config" do

0 commit comments

Comments
 (0)