From b4529c4ce0bca827b037b8545375b5de657cedf1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:06:31 +0000 Subject: [PATCH 1/2] xray 24.11.5 xray: update deps Signed-off-by: Rui Chen --- 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 ac2801f616dcb..c3713e1e18ada 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/v24.10.31.tar.gz" - sha256 "b61102ce87c61fa97c001cb08bb3ad794ff7184e2457bc58fe71206e53dcee83" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v24.11.5.tar.gz" + sha256 "4610b318778ceca55c83c803fc62064e3379aa6ed33c47499f1483576ea0b41f" license all_of: ["MPL-2.0", "CC-BY-SA-4.0"] head "https://github.com/XTLS/Xray-core.git", branch: "main" @@ -23,13 +23,13 @@ class Xray < Formula depends_on "go" => :build resource "geoip" do - url "https://github.com/v2fly/geoip/releases/download/202409260052/geoip.dat" - sha256 "334bd38a791c41a6b95f3afec7350c8a86ac9b2a9dde1e63c80d183edcb81af4" + url "https://github.com/v2fly/geoip/releases/download/202410310053/geoip.dat" + sha256 "2762fa0a7d1728089b7723b7796cb5ca955330a3fa2e4407fa40e480fbf9cea7" end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20240920063125/dlc.dat" - sha256 "aeefcd8b3e5b27c22e2e7dfb6ff5e8d0741fd540d96ab355fd00a0472f5884a7" + url "https://github.com/v2fly/domain-list-community/releases/download/20241104071109/dlc.dat" + sha256 "dbda1fe2eeea9cf0ea02f69be0e1db27a5034d331d78f84a1ea6770c1e9f0166" end resource "example_config" do From 13b22f4e50864af47233937058e5be73e7fb4d8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:29:04 +0000 Subject: [PATCH 2/2] xray: update 24.11.5 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 c3713e1e18ada..f8909ac01afd0 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_sequoia: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "62a05f995d4783bbbe62bf262965c7a61446fcbfb5bad868f9670b726cb790f2" - sha256 cellar: :any_skip_relocation, sonoma: "f7edcc9ab743f6be9f11abea6601541f3bb9fc052917310e88f575c13af58131" - sha256 cellar: :any_skip_relocation, ventura: "f7edcc9ab743f6be9f11abea6601541f3bb9fc052917310e88f575c13af58131" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17c5bb4d795541223f92b6832fdecb5f581dd8cca29fac1f9c241f85a592933a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a0a95ecce40bcfca9a17b08f7141abcf9b7c8b1152b8aa461f94ae2e209f3d6a" + sha256 cellar: :any_skip_relocation, sonoma: "400afaa9387b8ec926816d1d7bd9d2820dbed04f2981a554ca4babcc005be8af" + sha256 cellar: :any_skip_relocation, ventura: "400afaa9387b8ec926816d1d7bd9d2820dbed04f2981a554ca4babcc005be8af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "889e9dbc6e81b3a23ef491175318cf604a1fb47f4e52e1957304fb84c40f0fee" end depends_on "go" => :build