Skip to content

Commit

Permalink
Merge pull request #169910 from Homebrew/bump-v2ray-5.15.3
Browse files Browse the repository at this point in the history
v2ray 5.15.3
  • Loading branch information
BrewTestBot authored Apr 24, 2024
2 parents 6862186 + 4726143 commit 24d2389
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Formula/v/v2ray.rb
Original file line number Diff line number Diff line change
@@ -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.14.1.tar.gz"
sha256 "51315ec10764a24e6acafa49763307c03eb916205c5d7eb778edb579b4f2e844"
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.15.3.tar.gz"
sha256 "32b325e54ee93fb3563c33d3c097592aa857370055d8ef1c50fd2387678843df"
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: "d5b9ec67c5d15bedb668d7387c43ae7a1fbb1b68649b15f0d47d66de02506463"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c27b80ec1d2233f0235638d2f527f266bb2cf790ce939e06ae2a2c006d9ea019"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1475e2d234fd16b3310630e7462fb489687433b79cd2d9ce4dc9556992060876"
sha256 cellar: :any_skip_relocation, sonoma: "5b6278eb09b5c9daacc51907c9c8b74df1f44132b8de9a1529b1413a331b723c"
sha256 cellar: :any_skip_relocation, ventura: "de1bcaeb60de625865f66c51b811de204dc6f9b1bfa78e82858b1537f3d98277"
sha256 cellar: :any_skip_relocation, monterey: "19b9fdceded2eb473e777aafeab7c007ff6a7a3767b0296dda0a43d24a3c1d2d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb1a5e03bbaf44a4c34419aad2e45e6074e051968ec83ef676ed1b6d6d5f0472"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6905533fcab6f69a8d4ce2e0d1f0513fd67ac8e32a5e74bbfb1e12c937b00e29"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0eb9c75ea0a613dc408c0f3c1875dbc7755afc5b083b37f45f7bada2e9c5befc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "86236fa9ee548e18c09e5a08c1d3bea04e54416d4c4d5429f9078162a1cf490c"
sha256 cellar: :any_skip_relocation, sonoma: "1592e6ce6b5b4a9aed6d3b34459e483c93d5f29a9f3637360b4bc258b08f2894"
sha256 cellar: :any_skip_relocation, ventura: "e94b6df33437512342176962c3a55f4d4b67f26b5489bd164ebf0143c66296fa"
sha256 cellar: :any_skip_relocation, monterey: "7b705c65cb7b8ba5cf707efbac04e07f8b428f790492127f058eb72234f56bca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bd17be0872440c10491d1973db7750edfaa85c21693b1a21c8221906fd95809"
end

depends_on "go" => :build

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

resource "geoip-only-cn-private" do
url "https://github.com/v2fly/geoip/releases/download/202402290038/geoip-only-cn-private.dat"
sha256 "c21fe12f4f8cb028113c55142fb5e651e60a2fefe44c484a4dccd5e1c0d70724"
url "https://github.com/v2fly/geoip/releases/download/202404180039/geoip-only-cn-private.dat"
sha256 "156b2c15660f8f8f2d1bc83522cf921603ed8456db3bf671d802111b207f8b9e"
end

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

def install
Expand Down

0 comments on commit 24d2389

Please sign in to comment.