Skip to content

Commit c16e8bc

Browse files
BrewTestBotchenrui333
authored andcommitted
xray 25.3.6
xray: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent 4df440f commit c16e8bc

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/v25.2.21.tar.gz"
5-
sha256 "a565db518d2da12fabb74e123d9bf2bdbc34420b81373938f8fcbc7004fda3ba"
4+
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.3.6.tar.gz"
5+
sha256 "d62305348deff713767fe1b3c23538e3f8bfe0c96d092f1f95f48c17bc2f5943"
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,13 +23,13 @@ class Xray < Formula
2323
depends_on "go" => :build
2424

2525
resource "geoip" do
26-
url "https://github.com/v2fly/geoip/releases/download/202501190004/geoip.dat"
27-
sha256 "4f8d16184b6938e635519bc91cb978dcea6884878e39f592f7144135401d6bb6"
26+
url "https://github.com/v2fly/geoip/releases/download/202503050126/geoip.dat"
27+
sha256 "83337c712b04d8c16351cf5a5394eae5cb9cfa257fb4773485945dce65dcea76"
2828
end
2929

3030
resource "geosite" do
31-
url "https://github.com/v2fly/domain-list-community/releases/download/20250124154827/dlc.dat"
32-
sha256 "ac12d81edc6058b3c66ae96a0a26ca8281616d96ea86d0d77b2ceff34a3e1a9d"
31+
url "https://github.com/v2fly/domain-list-community/releases/download/20250305033558/dlc.dat"
32+
sha256 "c4037839df21eadf36c88b9d56bec3853378a30f0e1a0ca8bc2e81971e5676a7"
3333
end
3434

3535
resource "example_config" do

0 commit comments

Comments
 (0)