11class V2ray < Formula
22 desc "Platform for building proxies to bypass network restrictions"
33 homepage "https://v2fly.org/"
4- url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.22 .0.tar.gz"
5- sha256 "df25a873c8f7fb30f44cb6d26b18db264dfa209df5aeb6116fc43df7157fb4b8 "
4+ url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.23 .0.tar.gz"
5+ sha256 "ae02fa91d2cbb1fc909bd3e7421a046319f1d8734170ff434234940bd3aa4364 "
66 license all_of : [ "MIT" , "CC-BY-SA-4.0" ]
77 head "https://github.com/v2fly/v2ray-core.git" , branch : "master"
88
@@ -23,18 +23,18 @@ class V2ray < Formula
2323 depends_on "go" => :build
2424
2525 resource "geoip" do
26- url "https://github.com/v2fly/geoip/releases/download/202411140052 /geoip.dat"
27- sha256 "c9114fd3157e44f1234976a3cba6d8ffee28fb8331890f0909d64e5b6677494e "
26+ url "https://github.com/v2fly/geoip/releases/download/202501020052 /geoip.dat"
27+ sha256 "dba9102d288936e3b9b6511c0d0b03e62865c130a2263cb4719ad80b7a9f69bf "
2828 end
2929
3030 resource "geoip-only-cn-private" do
31- url "https://github.com/v2fly/geoip/releases/download/202411140052 /geoip-only-cn-private.dat"
32- sha256 "9c437ba446690a2c9be5343ec1c4ab904578a164212fb8c3ea2808d7e78518f7 "
31+ url "https://github.com/v2fly/geoip/releases/download/202501020052 /geoip-only-cn-private.dat"
32+ sha256 "db672a549a0ac8c3774eaf83ac32629a8f352af092bf004ca62a3bdce27b07f9 "
3333 end
3434
3535 resource "geosite" do
36- url "https://github.com/v2fly/domain-list-community/releases/download/20241112092643 /dlc.dat"
37- sha256 "f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f "
36+ url "https://github.com/v2fly/domain-list-community/releases/download/20241221105938 /dlc.dat"
37+ sha256 "aa65cee72dd6afbf9dd4c474b4ff28ceb063f6abf99249a084091adb4f282f09 "
3838 end
3939
4040 def install
0 commit comments