Skip to content

Commit

Permalink
Merge pull request #164908 from Homebrew/bump-v2ray-5.13.0
Browse files Browse the repository at this point in the history
v2ray 5.13.0
  • Loading branch information
BrewTestBot committed Mar 3, 2024
2 parents 2948af7 + 551de1c commit 46a8a87
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Formula/v/v2ray.rb
@@ -1,8 +1,8 @@
class V2ray < Formula
desc "Platform for building proxies to bypass network restrictions"
homepage "https://v2fly.org/"
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.12.1.tar.gz"
sha256 "fa1845d42b46c6b5046a8f95d49cc7a9175e40efc5c13b95174b4c556567aca1"
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.13.0.tar.gz"
sha256 "6b2eb6286c99da010db5c5f629f950e753fc4addeed189d3d898c1ef56d5a785"
license all_of: ["MIT", "CC-BY-SA-4.0"]
head "https://github.com/v2fly/v2ray-core.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eae3701bdaf666ca097a4f184c5bf73c93429ae7d9ed60cc10f4d8866b61a6c3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1afea96e6198891e222858474452609898619b7a636d60d3fa5722d0c24ba201"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4aaa307d9945db223d92baae0ec64194b3d8db237b3ec250d45ecbe1b2e9d84e"
sha256 cellar: :any_skip_relocation, sonoma: "c3065a952a3f8402b9a41523cb5bbd2d86531a714a237940baa4d2f4d9b86b82"
sha256 cellar: :any_skip_relocation, ventura: "0a1e2b60018ed702d4d07c3a80e9571e1496e4c0e09dab5f38a440bcfd1dc0e1"
sha256 cellar: :any_skip_relocation, monterey: "dcc7f7641000ee1769dcbaca7038ca16ba84a0a642711abe9c987d080a9494c6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "625a8677fafcc29e215468e831a991d477fc2e7708b1c566d1d1c46fd7edf3c1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55671dba9ee2db40fff31c63bdd0d75b716e6035229eb561783f1c8d20ac640a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d6930a16f74b78793a9169224cd2a369857c40f8d4eee3e7f29ba65d3f9fe8c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f456531da3a3162c93493d8cc942bbff0ec8f3ef3297ad1234868af09c561711"
sha256 cellar: :any_skip_relocation, sonoma: "75722e12fd30cd78acfdb9f213afc5a4cc3312ce199da0e7e180fb022ed5edd6"
sha256 cellar: :any_skip_relocation, ventura: "09a3c95695dc0e658945ca560749fe2d7d61cdfdd3e4807d9b77efab2c87e59f"
sha256 cellar: :any_skip_relocation, monterey: "b02e559649e7fe9a63f4ddc8acfc46d09adaa1e59bdcc06c38bb9d7d63e7dc09"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b968615441aba4842925df6d6f70a1adbbc208934b55e99a128f68c469dbe82e"
end

depends_on "go" => :build

resource "geoip" do
url "https://github.com/v2fly/geoip/releases/download/202311230040/geoip.dat"
sha256 "1719c271db87f88c3480baffa61b02e28440fc3561fa031482d5fd928d13ad61"
url "https://github.com/v2fly/geoip/releases/download/202402290038/geoip.dat"
sha256 "8463e06eb8a15d11dcb6c134002a443cab447c7e46844352f5dd8eaa661350f4"
end

resource "geoip-only-cn-private" do
url "https://github.com/v2fly/geoip/releases/download/202311230040/geoip-only-cn-private.dat"
sha256 "3102515134af15e30cd9c047081a63be760d435d3399c264e2d242c10e78dcaf"
url "https://github.com/v2fly/geoip/releases/download/202402290038/geoip-only-cn-private.dat"
sha256 "c21fe12f4f8cb028113c55142fb5e651e60a2fefe44c484a4dccd5e1c0d70724"
end

resource "geosite" do
url "https://github.com/v2fly/domain-list-community/releases/download/20231122065640/dlc.dat"
sha256 "469fdf0e2ff6dea1ec347dc639453f7007ce96fc594861fc9a443ef709970b01"
url "https://github.com/v2fly/domain-list-community/releases/download/20240301033006/dlc.dat"
sha256 "9df541a638027d9ae4c08507c1e71d543d57af067542f455a207c6d8dac7e0f6"
end

def install
Expand Down

0 comments on commit 46a8a87

Please sign in to comment.