]> git.99rst.org Git - openwrt-packages.git/commitdiff
v2ray-geodata: update to latest version
authorTianling Shen <redacted>
Thu, 3 Sep 2026 08:35:50 +0000 (16:35 +0800)
committerTianling Shen <redacted>
Thu, 3 Sep 2026 08:35:50 +0000 (16:35 +0800)
Update all geodata.

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

index 8dd1198f87dd4b2863c88ee26e7ebfa41fbe9099..6cf9d04eef233549f93f315bb9d5016de1cde812 100644 (file)
@@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
 
 include $(INCLUDE_DIR)/package.mk
 
-GEOIP_VER:=202607171233
+GEOIP_VER:=202608050239
 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:=b71d1999439dde2de2d2b6844a2befa50c50211ff739785c005ca7c230a17d6a
+  HASH:=c67bd077eb102cec74fab759b73d17f99275f56af10a87c14d9fd983508f5ce1
 endef
 
-GEOSITE_VER:=20260726062913
+GEOSITE_VER:=20260831141734
 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:=e6093b92682caca6719697981425f1fc7e50f6b8634632ad756e324070d08ff4
+  HASH:=3ac17c4badd95207b7ad2735a4543e18b81c852b46121d9f8206283be0c5b7de
 endef
 
 GEOSITE_IRAN_VER:=202607270122
git clone https://git.99rst.org/PROJECT