]> git.99rst.org Git - openwrt-packages.git/commitdiff
v2ray-geodata: update to latest version
authorTianling Shen <redacted>
Mon, 27 Jul 2026 03:28:43 +0000 (11:28 +0800)
committerTianling Shen <redacted>
Mon, 27 Jul 2026 03:29:00 +0000 (11:29 +0800)
Update all geodata.

Signed-off-by: Tianling Shen <redacted>
net/v2ray-geodata/Makefile

index c9a16551138e648d8da3acd9c13197393b60e571..8dd1198f87dd4b2863c88ee26e7ebfa41fbe9099 100644 (file)
@@ -12,31 +12,31 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
 
 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
git clone https://git.99rst.org/PROJECT