From 0336be750e554f72aa209600f8601a5058cde176 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Feb 2026 03:29:25 +0000 Subject: [PATCH 1/2] xray 26.2.4 --- 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 5ee591970cc9b..2e94a3d885390 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/v26.2.2.tar.gz" - sha256 "ac96aeef609cccca15a4e3db4426fcc62c65d1e6438b59ebb4234b4d94e5800f" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v26.2.4.tar.gz" + sha256 "192200a0b60232a5fd7f63edf5dfa88ecb568f9b40049ca4676b6441f8da6eac" 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/20260201133610/dlc.dat" - sha256 "1ee9a82122777fbe524ed3a105aa10f7887f5884ffccfe59fc26ccb65241b650" + url "https://github.com/v2fly/domain-list-community/releases/download/20260203145437/dlc.dat" + sha256 "158e0e3052238dcdd09d58857032c67da49b933b3a9fd74fedf2c684e21d4f87" end resource "example_config" do From 7d2421717a5535caf422117f4b3daa244b0db96e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Feb 2026 06:18:18 +0000 Subject: [PATCH 2/2] xray: update 26.2.4 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 2e94a3d885390..14c3cf7befabd 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: "1ee00e6fcb52ac43ee59d5550a88b7e40f18f27490360c2cf0cbe83ef8df3743" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee00e6fcb52ac43ee59d5550a88b7e40f18f27490360c2cf0cbe83ef8df3743" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ee00e6fcb52ac43ee59d5550a88b7e40f18f27490360c2cf0cbe83ef8df3743" - sha256 cellar: :any_skip_relocation, sonoma: "0a386bbaffa01c37f005d7706c61d074318a4c2b05db8e36ff80a7cd69d83d79" - sha256 cellar: :any_skip_relocation, arm64_linux: "4685d712173343e9a5b55c412ae06cf3ba882e47db8946043d60818cd1e9c81c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9400ccc7b42433240dc6919e3593c84442ee7bd7304dd56c6a51777534273035" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c22ec3819c838dabeae55832a8e0620ec5083bdfd39e3b597befae66497107c7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c22ec3819c838dabeae55832a8e0620ec5083bdfd39e3b597befae66497107c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c22ec3819c838dabeae55832a8e0620ec5083bdfd39e3b597befae66497107c7" + sha256 cellar: :any_skip_relocation, sonoma: "fe5a97770664f76e2c6eee217596e9e53f59f4402623939836a346fe5c826d1c" + sha256 cellar: :any_skip_relocation, arm64_linux: "14d1323588a84aeede5dbb5eff4a71d01c3653dbea1c2e9220b852765c7243c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e5f1127941eef85994d37ea2b23b7297aeece81cdb95dff12da40f26212e48e" end depends_on "go" => :build