Skip to content

Commit e44e967

Browse files
authored
Merge pull request #196669 from Homebrew/bump-xray-24.11.5
xray 24.11.5
2 parents acb11af + 13b22f4 commit e44e967

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

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/v24.10.31.tar.gz"
5-
sha256 "b61102ce87c61fa97c001cb08bb3ad794ff7184e2457bc58fe71206e53dcee83"
4+
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v24.11.5.tar.gz"
5+
sha256 "4610b318778ceca55c83c803fc62064e3379aa6ed33c47499f1483576ea0b41f"
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: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f7edcc9ab743f6be9f11abea6601541f3bb9fc052917310e88f575c13af58131"
19-
sha256 cellar: :any_skip_relocation, ventura: "f7edcc9ab743f6be9f11abea6601541f3bb9fc052917310e88f575c13af58131"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "17c5bb4d795541223f92b6832fdecb5f581dd8cca29fac1f9c241f85a592933a"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a"
18+
sha256 cellar: :any_skip_relocation, sonoma: "400afaa9387b8ec926816d1d7bd9d2820dbed04f2981a554ca4babcc005be8af"
19+
sha256 cellar: :any_skip_relocation, ventura: "400afaa9387b8ec926816d1d7bd9d2820dbed04f2981a554ca4babcc005be8af"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "889e9dbc6e81b3a23ef491175318cf604a1fb47f4e52e1957304fb84c40f0fee"
2121
end
2222

2323
depends_on "go" => :build
2424

2525
resource "geoip" do
26-
url "https://github.com/v2fly/geoip/releases/download/202409260052/geoip.dat"
27-
sha256 "334bd38a791c41a6b95f3afec7350c8a86ac9b2a9dde1e63c80d183edcb81af4"
26+
url "https://github.com/v2fly/geoip/releases/download/202410310053/geoip.dat"
27+
sha256 "2762fa0a7d1728089b7723b7796cb5ca955330a3fa2e4407fa40e480fbf9cea7"
2828
end
2929

3030
resource "geosite" do
31-
url "https://github.com/v2fly/domain-list-community/releases/download/20240920063125/dlc.dat"
32-
sha256 "aeefcd8b3e5b27c22e2e7dfb6ff5e8d0741fd540d96ab355fd00a0472f5884a7"
31+
url "https://github.com/v2fly/domain-list-community/releases/download/20241104071109/dlc.dat"
32+
sha256 "dbda1fe2eeea9cf0ea02f69be0e1db27a5034d331d78f84a1ea6770c1e9f0166"
3333
end
3434

3535
resource "example_config" do

0 commit comments

Comments
 (0)