Skip to content

Commit c21213d

Browse files
authored
Merge pull request Homebrew#210023 from Homebrew/bump-xray-25.3.6
xray 25.3.6
2 parents 84d50ee + fcc7b2c commit c21213d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Formula/x/xray.rb

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

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f05568d8c7e729a0576c40cf390b825b4e063a5869c6de259afc5e881bf82ab8"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f05568d8c7e729a0576c40cf390b825b4e063a5869c6de259afc5e881bf82ab8"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f05568d8c7e729a0576c40cf390b825b4e063a5869c6de259afc5e881bf82ab8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5dc243d6ce6f0ef9cee009963290a7058d1d631e4c4e46a968f9bdcedcd7c0de"
19-
sha256 cellar: :any_skip_relocation, ventura: "5dc243d6ce6f0ef9cee009963290a7058d1d631e4c4e46a968f9bdcedcd7c0de"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "639b7925309b3372261110da57ff1c56216e8031b4e5dcc185acd9e1317eceef"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6726ad3dbd0dc523a87bae0f5bbbb568b56663a38d1e5ddec871eb141a060ac1"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6726ad3dbd0dc523a87bae0f5bbbb568b56663a38d1e5ddec871eb141a060ac1"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6726ad3dbd0dc523a87bae0f5bbbb568b56663a38d1e5ddec871eb141a060ac1"
18+
sha256 cellar: :any_skip_relocation, sonoma: "bc04c95cd98d989ad1ebd2c1b92a9024ec61567e281de508290c331316d0b4a1"
19+
sha256 cellar: :any_skip_relocation, ventura: "bc04c95cd98d989ad1ebd2c1b92a9024ec61567e281de508290c331316d0b4a1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "51aba2862ba581397f0d7b0cb067152e10eb55d62444d2ffa3538038d995fda9"
2121
end
2222

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)