From 53a6ed5cfdb8484d8248f858cd2e66c81968681e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 27 Mar 2026 11:13:09 +0800 Subject: [PATCH] v2ray-geodata: Update to latest version Update all geodata. Signed-off-by: Tianling Shen (cherry picked from commit 5b4b85442188f01b5651483cbcb86be18e39a34a) --- net/v2ray-geodata/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 0b24a6f836..8477912792 100644 --- a/net/v2ray-geodata/Makefile +++ b/net/v2ray-geodata/Makefile @@ -12,31 +12,31 @@ PKG_MAINTAINER:=Tianling Shen include $(INCLUDE_DIR)/package.mk -GEOIP_VER:=202602050222 +GEOIP_VER:=202603050223 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:=838ab094bc01b9bafc849ce70c6f439dcb158d0c0dd41441ddb3c38d4d9ef563 + HASH:=c6c1d1be0d28defef55b153e87cb430f94fb480c8f523bf901c5e4ca18d58a00 endef -GEOSITE_VER:=20260208055239 +GEOSITE_VER:=20260326050832 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:=d16eeb384577aa723ca59bcd4c23b68ceec76623dbc751fe38a8014207cfa390 + HASH:=cc743580e460591fcdcea805ec88ea18abcb150ff40484095278d5a074f587d3 endef -GEOSITE_IRAN_VER:=202602061019 +GEOSITE_IRAN_VER:=202603230100 GEOSITE_IRAN_FILE:=iran.dat.$(GEOSITE_IRAN_VER) define Download/geosite-ir URL:=https://github.com/bootmortis/iran-hosted-domains/releases/download/$(GEOSITE_IRAN_VER)/ URL_FILE:=iran.dat FILE:=$(GEOSITE_IRAN_FILE) - HASH:=101d6a57d6c315c422916dd85b17aeec7d4ed9302f742154fe07b24d1a0ec1c6 + HASH:=4dbd8da72b1a785cde54611c6867619b3e6fb064050fb2903d29345900a4dd54 endef define Package/v2ray-geodata/template