diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-27 11:46:24 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-27 16:42:42 +0800 |
commit | ea969a117a2a94de81489082f6ef83de438cf313 (patch) | |
tree | 0c2290770b7b7ea02217d333f7387cb6cf3672ea /net/v2ray-geodata | |
parent | 7ea1c47c444cda08950b797ee60df5cf7580f6dc (diff) |
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2ray-geodata')
-rw-r--r-- | net/v2ray-geodata/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index c441ce1f4..c77a14bb7 100644 --- a/net/v2ray-geodata/Makefile +++ b/net/v2ray-geodata/Makefile @@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> include $(INCLUDE_DIR)/package.mk -GEOIP_VER:=202211240054 +GEOIP_VER:=202212220043 GEOIP_FILE:=geoip.dat.$(GEOIP_VER) define Download/geoip URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ URL_FILE:=geoip.dat FILE:=$(GEOIP_FILE) - HASH:=567c9a1bfe22c2ff7f468f3814aa6bb344b33393cf39507e5cbeb20c78c952b7 + HASH:=2c19f53055777a126a4687feb41dab033180b517de058a0d18b6344c4987f57d endef -GEOSITE_VER:=20221127082021 +GEOSITE_VER:=20221226075817 GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) define Download/geosite URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) - HASH:=519583c593fada6cf8d629eb428652199ab715d641073f64122c1e2c68b6c43f + HASH:=7651fe111ed789d3508f2d6bfaa547141beb7bf1d392b57207889c5f6df53e19 endef define Package/v2ray-geodata/template |