aboutsummaryrefslogtreecommitdiff
path: root/net/v2ray-geodata
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2022-09-19 10:39:35 +0800
committerRosen Penev <rosenp@gmail.com>2022-09-18 23:06:34 -0700
commitf8c25627ebe1d92fb89caa97f864e2972b79a63f (patch)
treeb12be22db654e43880f95b3bb216b1214a44886f /net/v2ray-geodata
parenta0126b15c58f7527ed21dbcb659d51072ad1f5fc (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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile
index d7cac6a8f..76ea33b51 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:=202208250104
+GEOIP_VER:=202209170841
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:=8fadefdcbb973c5294f81a2142ffcfb0d138e6f8285e643f929d2fe035096075
+ HASH:=ceb0cfdf0fab39141e807fe7bb8a0972c6b3f616abcd1097ac30c26368f368a5
endef
-GEOSITE_VER:=20220829045350
+GEOSITE_VER:=20220918140014
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:=107a52601a94baf02fe0d877f0a0f469606c87b9a0df2b7569630004dcb8f86e
+ HASH:=8a69b68f02d422ab05f351772c871f367bf387fa78dc37c4f8c1e421a13540a6
endef
define Package/v2ray-geodata/template