From: Tianling Shen Date: Mon, 3 Feb 2025 12:22:01 +0000 (+0800) Subject: v2ray-geodata: Update to latest version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cec4103bbcdddd63930613b4d8c81973caa712fe;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 2ea390bba2..9908904b30 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:=202501020052 +GEOIP_VER:=202501190004 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:=dba9102d288936e3b9b6511c0d0b03e62865c130a2263cb4719ad80b7a9f69bf + HASH:=4f8d16184b6938e635519bc91cb978dcea6884878e39f592f7144135401d6bb6 endef -GEOSITE_VER:=20241221105938 +GEOSITE_VER:=20250124154827 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:=aa65cee72dd6afbf9dd4c474b4ff28ceb063f6abf99249a084091adb4f282f09 + HASH:=ac12d81edc6058b3c66ae96a0a26ca8281616d96ea86d0d77b2ceff34a3e1a9d endef -GEOSITE_IRAN_VER:=202501060036 +GEOSITE_IRAN_VER:=202502030035 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:=90cedfdb93e79823bd06df0196f8c223aed2409e03916c1f3eba100cec6a68d2 + HASH:=2e9292d9adfd684df520a9228b641f57e63581eb93f5938284beeb621fde6bf3 endef define Package/v2ray-geodata/template