From 76d3cb05c003e6e1ae5f98a4ff8858ecf924c374 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 Jan 2026 17:22:24 +0000 Subject: [PATCH 1/2] xray 26.1.31 --- 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 dd4af003d4b0..1337c8aa9835 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.1.23.tar.gz" - sha256 "0442d7cbb7de02ef9eac9ad652df66972962473dc7b55441d5abcd032a74b41d" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v26.1.31.tar.gz" + sha256 "2aaa75d67bf590f46e1d0c9ea8d15ed6761585f3c94111e70c111c269e2b4433" 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/20260123065726/dlc.dat" - sha256 "5c4f403bed61b1579180d43ba66422d0577740543d2f8642e0b5b1ecf2994aa3" + url "https://github.com/v2fly/domain-list-community/releases/download/20260131100437/dlc.dat" + sha256 "e183d477aa4c149a7c809cc2f31b82e6bb22c492421eb96d38c72f4904b4c31c" end resource "example_config" do From 03d24321c7a5695e21faf2afb587f5f9e451c33d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 Jan 2026 18:20:06 +0000 Subject: [PATCH 2/2] xray: update 26.1.31 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 1337c8aa9835..565c8f7fba33 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: "43adb46453bcb80dab3220b262f5ada06ce3f996f27c53b66722eb62c5798e0a" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "43adb46453bcb80dab3220b262f5ada06ce3f996f27c53b66722eb62c5798e0a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43adb46453bcb80dab3220b262f5ada06ce3f996f27c53b66722eb62c5798e0a" - sha256 cellar: :any_skip_relocation, sonoma: "85ff610b1a33344a3dfa6fd8641865d5494540ece7f5f41c75b609fa27c97a7a" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab2f22b36687953fe98d6d35a30c8d17455bcc8a083c7df684efba02fc4e73e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "786368ff212b93b8ec9487c0b1a8e34ac605d2b667e6a4d03c814bf884a1e445" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "9538d3dcdc2cf7bd8b35efef0f8a7a98eacfee4de9ccf91e09e6f92a4e1ce963" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9538d3dcdc2cf7bd8b35efef0f8a7a98eacfee4de9ccf91e09e6f92a4e1ce963" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9538d3dcdc2cf7bd8b35efef0f8a7a98eacfee4de9ccf91e09e6f92a4e1ce963" + sha256 cellar: :any_skip_relocation, sonoma: "c341b5d8f244a19b56e57f16dbc723c38b6ad11928a90d2fae55ff77ad435bf2" + sha256 cellar: :any_skip_relocation, arm64_linux: "5318b3b0346abe0cea3b07a7f7d028b583e17ea75a9c0ab99f75d758d9fe38f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba8552d81c7dcd2a9b3a472f92767e968102d8e8de70cd745b7680a1a234deb9" end depends_on "go" => :build