diff --git a/Formula/x/xray.rb b/Formula/x/xray.rb index 9fb7c52e4a541..09d15cf4f190f 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.11.30.tar.gz" - sha256 "1ed728cf32cf9227c73e1b3651465eb089c6d2f42367cf40df62c4ba0edfc765" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v24.12.18.tar.gz" + sha256 "3d8b4a161a263e7af7bb1a2690961da075d13f980acd806f5cd4e5c8338d7534" license all_of: ["MPL-2.0", "CC-BY-SA-4.0"] head "https://github.com/XTLS/Xray-core.git", branch: "main" @@ -12,24 +12,24 @@ class Xray < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34cb663875b8b8f4586387bfdad5c982ea8e49bb2fb262c16b50d97e07ff26f2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "34cb663875b8b8f4586387bfdad5c982ea8e49bb2fb262c16b50d97e07ff26f2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34cb663875b8b8f4586387bfdad5c982ea8e49bb2fb262c16b50d97e07ff26f2" - sha256 cellar: :any_skip_relocation, sonoma: "fa3b28fbab7ce97d309d050354ce1770118617679f58a5ff17937a14ae036eee" - sha256 cellar: :any_skip_relocation, ventura: "fa3b28fbab7ce97d309d050354ce1770118617679f58a5ff17937a14ae036eee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ff62b7a7b3dc83e4136636a8238a54c25714ad4ef8672f34cb13def748d9c41" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a3f4e333a11469099cd52678f79af2ac97acb10dc338b0e79e53a67af61ce26" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a3f4e333a11469099cd52678f79af2ac97acb10dc338b0e79e53a67af61ce26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a3f4e333a11469099cd52678f79af2ac97acb10dc338b0e79e53a67af61ce26" + sha256 cellar: :any_skip_relocation, sonoma: "cb9d6eea49785c8b4764de022abf14967c2c39117a024ffba9df32a72d47bde1" + sha256 cellar: :any_skip_relocation, ventura: "cb9d6eea49785c8b4764de022abf14967c2c39117a024ffba9df32a72d47bde1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e723e98859e229d56e852407bb70c3d2eef194591bad0bbb78d8e1b778093523" end depends_on "go" => :build resource "geoip" do - url "https://github.com/v2fly/geoip/releases/download/202411280056/geoip.dat" - sha256 "0b92efbe8e6a8255d3142751964931d2ca4801b51f0cd12c05963e23e0062a52" + url "https://github.com/v2fly/geoip/releases/download/202412120057/geoip.dat" + sha256 "5a184de8e36b5b131e405eb1078856703c0727f097636529cbbe47f38f2fe92d" end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20241112092643/dlc.dat" - sha256 "f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f" + url "https://github.com/v2fly/domain-list-community/releases/download/20241210004721/dlc.dat" + sha256 "e414da6132d8b406827b827f246c3fe9759530d61f191b866836fe4d0a7b13a4" end resource "example_config" do