Skip to content

Commit 7de62b4

Browse files
authored
Merge pull request #256616 from Homebrew/bump-xray-25.12.1
xray 25.12.1
2 parents 883c409 + cf2febe commit 7de62b4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Formula/x/xray.rb

Lines changed: 13 additions & 13 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.10.15.tar.gz"
5-
sha256 "5df030f456db58b682110545e19da9b971303387955562ec408f484580450736"
4+
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.12.1.tar.gz"
5+
sha256 "f1ab22b87e9e446d5e96cb00a8593b85826cc8a1bbc960e0eb0081293d6a32ab"
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_tahoe: "37dd6170eaac307d4a2497ac0e9c0d89f5a1be09a7b520fe22c094972ece8a92"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "37dd6170eaac307d4a2497ac0e9c0d89f5a1be09a7b520fe22c094972ece8a92"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "37dd6170eaac307d4a2497ac0e9c0d89f5a1be09a7b520fe22c094972ece8a92"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6787776cb6deb987d7d7613682deb7baf65a959eeec4dbeb4dbcf70b2c58bc72"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "d343d6a400127221f4c0b53d5ac5eb7366d2eea263dff056bc564ad850bf78c3"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d518053d707c0dbac24a937d0de3cca85e800a0fc5b173872254ad8c2bb9cfb"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733"
18+
sha256 cellar: :any_skip_relocation, sonoma: "3b6dcb4de9620f8dafe605c4aeb172eba9ed78524a6fabb53981be75b306b3fb"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "3a47d74a21eeba3acf13583abebb7046cb568c1b38810efb203c7b3251508e9f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d46ef1c318564d6caefd912665a4de7ca521251c7d2964b8667d6c0b09caf5"
2121
end
2222

2323
depends_on "go" => :build
2424

2525
resource "geoip" do
26-
url "https://github.com/v2fly/geoip/releases/download/202510050144/geoip.dat"
27-
sha256 "c23ac8343e9796f8cc8b670c3aeb6df6d03d4e8914437a409961477f6b226098"
26+
url "https://github.com/v2fly/geoip/releases/download/202511210201/geoip.dat"
27+
sha256 "2445b44d9ae3ab9a867c9d1e0e244646c4c378622e14b9afaf3658ecf46a40b9"
2828
end
2929

3030
resource "geosite" do
31-
url "https://github.com/v2fly/domain-list-community/releases/download/20250916122507/dlc.dat"
32-
sha256 "1a7dad0ceaaf1f6d12fef585576789699bd1c6ea014c887c04b94cb9609350e9"
31+
url "https://github.com/v2fly/domain-list-community/releases/download/20251201150926/dlc.dat"
32+
sha256 "868d244cdc8e55166c372bdcfef4ef73c45c77eb96420bf684af658fc34475b7"
3333
end
3434

3535
resource "example_config" do
3636
# borrow v2ray example config
37-
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.40.0/release/config/config.json"
37+
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.41.0/release/config/config.json"
3838
sha256 "15a66415d72df4cd77fcd037121f36604db244dcfa7d45d82a0c33de065c6a87"
3939

4040
livecheck do

0 commit comments

Comments
 (0)