v2ray 5.3.0

* v2ray 5.3.0
* v2ray: update resources

Closes #123042.

Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
BrewTestBot 2023-02-12 05:22:05 +00:00
parent f89f1f9351
commit c5a9e0cbcd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
class V2ray < Formula class V2ray < Formula
desc "Platform for building proxies to bypass network restrictions" desc "Platform for building proxies to bypass network restrictions"
homepage "https://v2fly.org/" homepage "https://v2fly.org/"
url "https://github.com/v2fly/v2ray-core/archive/v5.2.1.tar.gz" url "https://github.com/v2fly/v2ray-core/archive/v5.3.0.tar.gz"
sha256 "97bc872e798fed51c23c39f8f63ee25984658e2b252b0ec2c8ec469c00a4d77a" sha256 "8e97e2647cb1dee8aa7e71df276c56d74258b2d97bb490a362afa84bdf1b9e25"
license all_of: ["MIT", "CC-BY-SA-4.0"] license all_of: ["MIT", "CC-BY-SA-4.0"]
head "https://github.com/v2fly/v2ray-core.git", branch: "master" head "https://github.com/v2fly/v2ray-core.git", branch: "master"
@ -24,18 +24,18 @@ class V2ray < Formula
depends_on "go" => :build depends_on "go" => :build
resource "geoip" do resource "geoip" do
url "https://github.com/v2fly/geoip/releases/download/202302020047/geoip.dat" url "https://github.com/v2fly/geoip/releases/download/202302090046/geoip.dat"
sha256 "33e7836477c4b8cf4fb547b74543ab373c6f0ab99d6f1eb62faec096042e901d" sha256 "38e200a655c3e401dde6a438e79d493c3dbdd224e104a5158bef01f78ad4a151"
end end
resource "geoip-only-cn-private" do resource "geoip-only-cn-private" do
url "https://github.com/v2fly/geoip/releases/download/202302020047/geoip-only-cn-private.dat" url "https://github.com/v2fly/geoip/releases/download/202302090046/geoip-only-cn-private.dat"
sha256 "1bf20b18ac663b7f536f827404fb278e482dd431744b847d4124b282254f6979" sha256 "827097e93035f76c336b868def3bb706dfad9aea2ce189f753078d9733d16ed3"
end end
resource "geosite" do resource "geosite" do
url "https://github.com/v2fly/domain-list-community/releases/download/20230207100055/dlc.dat" url "https://github.com/v2fly/domain-list-community/releases/download/20230210153419/dlc.dat"
sha256 "e8da9867f215b070f5a2d184aa6473279b06c06c8c8c7d9610548a3bc501cbfa" sha256 "2a92cd713c1f275efa0a307b232ae485dee9394f621597fa434503e5a0ed97e2"
end end
def install def install