From: Tianling Shen Date: Thu, 21 Mar 2024 07:03:14 +0000 (+0800) Subject: v2ray-geodata: Update to latest version X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7cb8ac09661aebec6b125ad494411d9804055708;p=feed%2Fpackages.git v2ray-geodata: Update to latest version Signed-off-by: Tianling Shen --- diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 8f1ef822c0..396137724c 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:=202402220038 +GEOIP_VER:=202403210039 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:=331c5031528f577dde3d63681d32a15693aace4e38095d40dbe3f751e0db5536 + HASH:=42042ac58550250c262b24067b1be5a6d44fe3c313bfb3806c2d4ccc7cded374 endef -GEOSITE_VER:=20240221053250 +GEOSITE_VER:=20240316051411 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:=d2ef9bd9cac2678088f5494b888bf9eecdad385dc2b5689e6c7d56e4d97173a3 + HASH:=eb0f00cbe9645db223ba84a067939f21261a1f171ee8ecaa118b11b6b66aef7b endef -GEOSITE_IRAN_VER:=202402260026 +GEOSITE_IRAN_VER:=202403180026 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:=8f75363476277905b3f4c0ad0b6f958569e14d8ce59fb8b814fe55faf914a66d + HASH:=05a237974747656807fe9811ec554230e35899c944c7ba8eda11df5f6a3b5da3 endef define Package/v2ray-geodata/template