From 1de41b384daa4e3cfe087a61fcdc04771f860310 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:27:02 +0000 Subject: [PATCH 1/2] xray 25.12.2 xray: update resources Signed-off-by: Patrick Linnane --- Formula/x/xray.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/x/xray.rb b/Formula/x/xray.rb index 80d15cf077e6..04db68d957ae 100644 --- a/Formula/x/xray.rb +++ b/Formula/x/xray.rb @@ -1,8 +1,8 @@ class Xray < Formula desc "Platform for building proxies to bypass network restrictions" homepage "https://xtls.github.io/" - url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.12.1.tar.gz" - sha256 "f1ab22b87e9e446d5e96cb00a8593b85826cc8a1bbc960e0eb0081293d6a32ab" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.12.2.tar.gz" + sha256 "e39c40b85decddea0b59719dae33df26aa149ac6fc673e7db9266e731cc2b3ad" license all_of: ["MPL-2.0", "CC-BY-SA-4.0"] head "https://github.com/XTLS/Xray-core.git", branch: "main" @@ -28,8 +28,8 @@ class Xray < Formula end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20251201150926/dlc.dat" - sha256 "868d244cdc8e55166c372bdcfef4ef73c45c77eb96420bf684af658fc34475b7" + url "https://github.com/v2fly/domain-list-community/releases/download/20251202060244/dlc.dat" + sha256 "b925be67555a8b31a713759aa999babb674dcce5f803e67ab5b726efad2e8e92" end resource "example_config" do From e5aa139e134d0b35d6d07ec86993b8918b6676c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:04:20 +0000 Subject: [PATCH 2/2] xray: update 25.12.2 bottle. --- Formula/x/xray.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/x/xray.rb b/Formula/x/xray.rb index 04db68d957ae..bad05897cfb7 100644 --- a/Formula/x/xray.rb +++ b/Formula/x/xray.rb @@ -12,12 +12,12 @@ class Xray < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ddb1c9a9d1a39a9f51d6bc15942c952747d9d8130ce95c05459b556050b2733" - sha256 cellar: :any_skip_relocation, sonoma: "3b6dcb4de9620f8dafe605c4aeb172eba9ed78524a6fabb53981be75b306b3fb" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a47d74a21eeba3acf13583abebb7046cb568c1b38810efb203c7b3251508e9f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d46ef1c318564d6caefd912665a4de7ca521251c7d2964b8667d6c0b09caf5" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c55c904949260b68fdf7fa9046267017e33acb3fe34a1d4aca5c567ffe8027a0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c55c904949260b68fdf7fa9046267017e33acb3fe34a1d4aca5c567ffe8027a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c55c904949260b68fdf7fa9046267017e33acb3fe34a1d4aca5c567ffe8027a0" + sha256 cellar: :any_skip_relocation, sonoma: "77226698858f25d7305f2512558e41b8c68d51441439b2d5f68bfb43ebe83a5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "43718cb3a6e551556a60ae22eee1ab19a8739c3cd5a8146d37814e8b425aa185" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c514e156c240de3aa0274aa5f5c7815a024758ff761f7e9890dcb4ecec92ac58" end depends_on "go" => :build