diff --git a/Formula/v/v2ray.rb b/Formula/v/v2ray.rb index 4a72324ecb8085..8b59a9c2d0068b 100644 --- a/Formula/v/v2ray.rb +++ b/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.17.1.tar.gz" - sha256 "e6798d1a29f6a52a3c0cc7176803b73e292427bc7858d534d0529a278936b8b0" + url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.18.0.tar.gz" + sha256 "15acf65228867d47dcab27f87af048a2f0e6ed5d347a2e68730d30ae2a3871eb" license all_of: ["MIT", "CC-BY-SA-4.0"] head "https://github.com/v2fly/v2ray-core.git", branch: "master" @@ -12,31 +12,29 @@ class V2ray < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "69ec0da071aaf89d8342eeaa5f08710dd618df50a2d4a5f6bb4e7fc3eb81e113" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "69ec0da071aaf89d8342eeaa5f08710dd618df50a2d4a5f6bb4e7fc3eb81e113" - sha256 cellar: :any_skip_relocation, arm64_ventura: "69ec0da071aaf89d8342eeaa5f08710dd618df50a2d4a5f6bb4e7fc3eb81e113" - sha256 cellar: :any_skip_relocation, arm64_monterey: "69ec0da071aaf89d8342eeaa5f08710dd618df50a2d4a5f6bb4e7fc3eb81e113" - sha256 cellar: :any_skip_relocation, sonoma: "59cc9e9133d774d387f10549dfb7130a9f9fc37a8c8baa6250952ed3a46722bc" - sha256 cellar: :any_skip_relocation, ventura: "59cc9e9133d774d387f10549dfb7130a9f9fc37a8c8baa6250952ed3a46722bc" - sha256 cellar: :any_skip_relocation, monterey: "59cc9e9133d774d387f10549dfb7130a9f9fc37a8c8baa6250952ed3a46722bc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "affaea1fc03a3b360c0563ddaf05f6e8bcaf30d384dd7c4484769cb9dd3bfcba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfa73ea76925010f6c50dc9f3bad887850b646a634fcfd6f9b21125dde4b88b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfa73ea76925010f6c50dc9f3bad887850b646a634fcfd6f9b21125dde4b88b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cfa73ea76925010f6c50dc9f3bad887850b646a634fcfd6f9b21125dde4b88b8" + sha256 cellar: :any_skip_relocation, sonoma: "633548415c2486556f184891782675e41d6d050653a0232ee6bd6e5ae44b9798" + sha256 cellar: :any_skip_relocation, ventura: "633548415c2486556f184891782675e41d6d050653a0232ee6bd6e5ae44b9798" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78f2225a7962a84e79f7440fcdd86fbcfb1d25a800d953ccccdce35379636df6" end depends_on "go" => :build resource "geoip" do - url "https://github.com/v2fly/geoip/releases/download/202404180039/geoip.dat" - sha256 "a0ba7f1aa6fc85c20d6e17c4696cee28bc45784cf2b04c2891f8b6f2eb653d9a" + url "https://github.com/v2fly/geoip/releases/download/202409120050/geoip.dat" + sha256 "4ec83c46f84b3efb9856903e7c10d6c21f6515b9e656575c483dcf2a3d80f916" end resource "geoip-only-cn-private" do - url "https://github.com/v2fly/geoip/releases/download/202404180039/geoip-only-cn-private.dat" - sha256 "156b2c15660f8f8f2d1bc83522cf921603ed8456db3bf671d802111b207f8b9e" + url "https://github.com/v2fly/geoip/releases/download/202409120050/geoip-only-cn-private.dat" + sha256 "0b8ba93300d5cfce40f2f0035c5179e875f68b2d1b879d24a0c343f93ad61c03" end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20240422085908/dlc.dat" - sha256 "18b5b7f44471d27781a53933bd71e2d9fddf5549c06003aadfda8afca3c3eb1e" + url "https://github.com/v2fly/domain-list-community/releases/download/20240914091803/dlc.dat" + sha256 "c171f61d3ba8e0dcf31a9548e9fd928a9416e064ad9417664eadda8d25eb6ad9" end def install