From: Tianling Shen Date: Mon, 27 Jul 2026 03:28:43 +0000 (+0800) Subject: v2ray-geodata: update to latest version X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=052a3b792ffa17393c1898d7ae252b1b7080ce4e;p=openwrt-packages.git v2ray-geodata: update to latest version Update all geodata. Signed-off-by: Tianling Shen --- diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index c9a165511..8dd1198f8 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:=202605120112 +GEOIP_VER:=202607171233 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:=e9002979e0df72bce1c8751ff70725386594c551db684b7a232935b8b2bb8aa2 + HASH:=b71d1999439dde2de2d2b6844a2befa50c50211ff739785c005ca7c230a17d6a endef -GEOSITE_VER:=20260518025449 +GEOSITE_VER:=20260726062913 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:=330e9383df4b232747d900c70ff1718d396e0fff4914930285c24657e7f013a1 + HASH:=e6093b92682caca6719697981425f1fc7e50f6b8634632ad756e324070d08ff4 endef -GEOSITE_IRAN_VER:=202603230100 +GEOSITE_IRAN_VER:=202607270122 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:=4dbd8da72b1a785cde54611c6867619b3e6fb064050fb2903d29345900a4dd54 + HASH:=6566f24c6349bbd4cba2f6d19e37e80b1b4138c1f8e436d407416b6f8cd13856 endef define Package/v2ray-geodata/template