aboutsummaryrefslogtreecommitdiff
path: root/net/v2ray-geodata
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-08-06 09:38:03 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2023-08-06 09:38:03 +0800
commit1003f84ead4ccd1b99c07392ad7542debe82e332 (patch)
treec6c62ceef7f109bf66b76a78f34b13ca6e843c97 /net/v2ray-geodata
parent4faa0e88fe78deaa9d4c4f8149f9f6f1dcbba8a0 (diff)
v2fly-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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile
index 1224c037c..3eb1fef6a 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:=202306150049
+GEOIP_VER:=202308030045
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:=811085edc67057690c783e735182db32e5a4b446ee5f6d70ef9e12960ce910da
+ HASH:=9b7fa7407f35e3087f3b052d12ed40974182c6e1864570b848c1ec901292ea82
endef
-GEOSITE_VER:=20230620033122
+GEOSITE_VER:=20230803193133
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:=caecb282d72bf6bfc7977257cadd436e59cb7eea8f6aabb0eae656ae4bf57d76
+ HASH:=3d335d493f168eace5414ca1ff54e4f255f8e5b1a90261d2debb1cbefa0666a0
endef
define Package/v2ray-geodata/template