Skip to content

Commit

Permalink
Merge pull request #178854 from Homebrew/bump-xray-1.8.23
Browse files Browse the repository at this point in the history
xray 1.8.23
  • Loading branch information
BrewTestBot authored Jul 29, 2024
2 parents b68f5ae + e7c485b commit 1750ae2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/x/xray.rb
Original file line number Diff line number Diff line change
@@ -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/v1.8.21.tar.gz"
sha256 "464636c323c20cd17a6e10d6fdf0120f0a84096f1c66c0ab4851141d238a1a0b"
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v1.8.23.tar.gz"
sha256 "c3731f11efae32296be75774cb4e86667fbc6e685cae4a891a0bc567b839ac7f"
license all_of: ["MPL-2.0", "CC-BY-SA-4.0"]
head "https://github.com/XTLS/Xray-core.git", branch: "main"

Expand All @@ -12,25 +12,25 @@ class Xray < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0679d2ec0c959ac128e6b02581d74a579df0b720ee81626956678633a4bafb9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0340d1e93862b01ba0664f0ef096696e8431ca37c388ca1cfef078c245df1edc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "66f29747c8b3b0090df6225f9b4721657d3301c223018b7085d8d363726e94e9"
sha256 cellar: :any_skip_relocation, sonoma: "53413bd59608f3ab129c11c501b753c2c5dde48726ed0d5e4e0885705d3450e6"
sha256 cellar: :any_skip_relocation, ventura: "b57099fef453cc30b0c426a1be27c1cc8576aa436290a04e649ced5d598b3ecc"
sha256 cellar: :any_skip_relocation, monterey: "2a8f3f1e60101c06b07dc7771ada507b9150d98953c1e52303561564245005a6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ccdfdedfab174ea3dadfe6d2885012f5372ecef819d88901c9fb969bd7fc69d6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc681a1e30f1afd996746e3c5f8ea209a8b110de183b436310cb50ebb225344f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "610d1438983b546a607d756cb955b439e356e4b86070a460583b85e78c3f24b4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "160cc7ebfefa74cbb3b3113a2ad0810c2913822bccc2c0c6deb574197c0271fd"
sha256 cellar: :any_skip_relocation, sonoma: "cfb834e09998760907a8bba884084f96ae2be751803bb5dd4d6b1881ef0d0f60"
sha256 cellar: :any_skip_relocation, ventura: "ed07903e7794b79779e33b6d88c2af8b5fbe284d3e8731cd9331dea660db12fa"
sha256 cellar: :any_skip_relocation, monterey: "5323c0adadf357579f32c4d2b7536866d92b5febfdc7409deae68af53e3ef662"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a32453e5622ad1bf0eef7c1b81b3b24711710983b920133c0fd7805f26d3e8d0"
end

depends_on "go" => :build

resource "geoip" do
url "https://github.com/v2fly/geoip/releases/download/202407192357/geoip.dat"
sha256 "8128db0c1431f4c6854dfb7740b497ee0ac73f0f3a52a1e0040c508f7d79c0a4"
url "https://github.com/v2fly/geoip/releases/download/202407250045/geoip.dat"
sha256 "f83e89edfd3b35acbbbb862a4c88a8ca3e1ddce4d298cc617be79bdaa23a0672"
end

resource "geosite" do
url "https://github.com/v2fly/domain-list-community/releases/download/20240720181558/dlc.dat"
sha256 "873ad7f4ad185ba7a70c5addbfd064703f22a7a8e4e21e4114a8ea98da7dd5ad"
url "https://github.com/v2fly/domain-list-community/releases/download/20240726161926/dlc.dat"
sha256 "f329656f27a1dac1971e1dff9aed2d7a60029d087e1216b2536c1e86ebe82ca3"
end

resource "example_config" do
Expand Down

0 comments on commit 1750ae2

Please sign in to comment.