Skip to content

Commit

Permalink
Merge pull request Homebrew#170123 from Homebrew/bump-xray-1.8.11
Browse files Browse the repository at this point in the history
xray 1.8.11
  • Loading branch information
BrewTestBot authored Apr 26, 2024
2 parents 76a49f9 + 801a572 commit 7800de8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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.10.tar.gz"
sha256 "af5bb501b50e3abe6b54c8d8ea764d7f8b021c4d53540a468254a24f3334afc5"
url "https://github.com/XTLS/Xray-core/archive/refs/tags/v1.8.11.tar.gz"
sha256 "d99ee6008c508abbad6bbb242d058b22efb50fb35867d15447a2b4602ab4b283"
license all_of: ["MPL-2.0", "CC-BY-SA-4.0"]
head "https://github.com/XTLS/Xray-core.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7900a516a7dfc34dad8a0aabe6f8f05518d77a6bc59f1ef317dd1c4f9db2d3b9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "305272c1bafd3838e0f667ea9fc18b2d12dd0a73d6378c36a5e6f8c05b202151"
sha256 cellar: :any_skip_relocation, arm64_monterey: "73ea2aeb9fcbfb40d9883fb982dafe7ba33b518d9e52647a12f9cac669242134"
sha256 cellar: :any_skip_relocation, sonoma: "b41f956c8cbd9470c2d61e70141095772c7f01f0648e9f071a9086c0a23aa000"
sha256 cellar: :any_skip_relocation, ventura: "2dc93ea7e2f82ebf1170c6387957c8101e84fe6927e0596ac14a5fdcd6f833a2"
sha256 cellar: :any_skip_relocation, monterey: "a7d60ee7ef7af372cdb1a0c5972f03e8897371780bbdf5f9e3f90b11117e9e0b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd69011b106ed7603fa250852870ec442121ca0d5b4d40ad1a05b6d2fa175e1b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e6e727fdfbfb0a0938ad2e72587977ab46a74f77e6eebd605bc2cc9e87da033"
sha256 cellar: :any_skip_relocation, arm64_ventura: "01e0928f94cfc016973a04681ffa3fdbd12bd44d3af0d2dc0b16b341eb59ba1f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c4d0ba563763397dd5b5b9eabc6f709e2a3e176e013a4601921d4611e27d1b50"
sha256 cellar: :any_skip_relocation, sonoma: "a62643eb584395dcbf3dfa1afa40c60dceab13ec7724404fcd275a3ce893eb36"
sha256 cellar: :any_skip_relocation, ventura: "617c95fb576a333c972293383db8280f19fa19380351347aaf048ad2bb9bb161"
sha256 cellar: :any_skip_relocation, monterey: "405d0885716d3d531c018f40834bc10592190d31f13097d2e4ccd38204a37078"
sha256 cellar: :any_skip_relocation, x86_64_linux: "073fb48c5423a01eab59afe84d80db1dc17b2ddfa0f3881e6e13d5fa980875b6"
end

depends_on "go" => :build

resource "geoip" do
url "https://github.com/v2fly/geoip/releases/download/202403280038/geoip.dat"
sha256 "c4a43c690153b91e69c66808840841dd7fb37e5e6326658c592d32f0519b50f3"
url "https://github.com/v2fly/geoip/releases/download/202404250042/geoip.dat"
sha256 "8ad42be541dfa7c2e548ba94b6dcb3fe431a105ba14d3907299316a036723760"
end

resource "geosite" do
url "https://github.com/v2fly/domain-list-community/releases/download/20240324094850/dlc.dat"
sha256 "402d4bdbec16f1d3fce3f5a29dcd5a08725b8e071a507a4b2650d2c2e72f0e9d"
url "https://github.com/v2fly/domain-list-community/releases/download/20240426060244/dlc.dat"
sha256 "7aa19bb7fa5f99d62d3db87b632334caa356fb9b901f85f7168c064370973646"
end

resource "example_config" do
# borrow v2ray example config
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.14.1/release/config/config.json"
url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.15.3/release/config/config.json"
sha256 "1bbadc5e1dfaa49935005e8b478b3ca49c519b66d3a3aee0b099730d05589978"
end

Expand Down

0 comments on commit 7800de8

Please sign in to comment.