11class 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.4.30 .tar.gz"
5- sha256 "4caff81848262684934022dca91cd00b3f28287c29c8229654e226a2ff7990c3 "
4+ url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.5.16 .tar.gz"
5+ sha256 "c856cd9abed7d28d3c7b856c0661cec5c85ba0669affa740c979cf40c2f73ee4 "
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 : "45471f4c01216822e408dbd29ad04d265f02e76b566ba38bf2332f797a116f4f "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "45471f4c01216822e408dbd29ad04d265f02e76b566ba38bf2332f797a116f4f "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "45471f4c01216822e408dbd29ad04d265f02e76b566ba38bf2332f797a116f4f "
18- sha256 cellar : :any_skip_relocation , sonoma : "76821c932e2d0ee213211a297ad3323a1e7e52a7a646f7880eac89585657b603 "
19- sha256 cellar : :any_skip_relocation , ventura : "76821c932e2d0ee213211a297ad3323a1e7e52a7a646f7880eac89585657b603 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "0acb25969b0bdea266341e74bd1350a15db2c371c12e382f64c8509c59fee537 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e "
18+ sha256 cellar : :any_skip_relocation , sonoma : "0d5bba1bf75d922ebc48892ee6259ec81306d10c6772377806cba4d231a38624 "
19+ sha256 cellar : :any_skip_relocation , ventura : "0d5bba1bf75d922ebc48892ee6259ec81306d10c6772377806cba4d231a38624 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6eafd0e37c03de62a0c567b23cd6c044ce0db56b80edd8e0d841ef03990b3859 "
2121 end
2222
2323 depends_on "go" => :build
2424
2525 resource "geoip" do
26- url "https://github.com/v2fly/geoip/releases/download/202503050126 /geoip.dat"
27- sha256 "83337c712b04d8c16351cf5a5394eae5cb9cfa257fb4773485945dce65dcea76 "
26+ url "https://github.com/v2fly/geoip/releases/download/202505050146 /geoip.dat"
27+ sha256 "8023379316bca4713dcfa5ba4ea2fe7f4c127fff64a0cb7859d4756142b2c4dc "
2828 end
2929
3030 resource "geosite" do
31- url "https://github.com/v2fly/domain-list-community/releases/download/20250305033558 /dlc.dat"
32- sha256 "c4037839df21eadf36c88b9d56bec3853378a30f0e1a0ca8bc2e81971e5676a7 "
31+ url "https://github.com/v2fly/domain-list-community/releases/download/20250508005311 /dlc.dat"
32+ sha256 "ff833c7e95d0dadb97ba7d96598563d159fabb0b774dcebea15f335797259f42 "
3333 end
3434
3535 resource "example_config" do
3636 # borrow v2ray example config
37- url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.26 .0/release/config/config.json"
37+ url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.31 .0/release/config/config.json"
3838 sha256 "15a66415d72df4cd77fcd037121f36604db244dcfa7d45d82a0c33de065c6a87"
3939
4040 livecheck do
0 commit comments