From: Tianling Shen Date: Fri, 9 May 2025 08:17:19 +0000 (+0800) Subject: v2ray-geodata: Update to latest version X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4b2429557d0857a03ed07eab5c935337c428c6f5;p=feed%2Fpackages.git v2ray-geodata: Update to latest version Signed-off-by: Tianling Shen (cherry picked from commit a91d2788044d0bf569015f0a4a4193ae32b49730) --- diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 7dc083b076..be46b4afe0 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:=202504050136 +GEOIP_VER:=202505050146 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:=735786c00694313090c5d525516463836167422b132ce293873443613b496e92 + HASH:=8023379316bca4713dcfa5ba4ea2fe7f4c127fff64a0cb7859d4756142b2c4dc endef -GEOSITE_VER:=20250407044718 +GEOSITE_VER:=20250508005311 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:=a35d248bdf7892fbf747d94e656e45339c1d90c6b656b5c1311d62c1f2cbaadf + HASH:=ff833c7e95d0dadb97ba7d96598563d159fabb0b774dcebea15f335797259f42 endef -GEOSITE_IRAN_VER:=202504070038 +GEOSITE_IRAN_VER:=202505050041 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:=ea5ed940fee6d7c872a143d160486e5d576124fc5167dfc6a8d55708281276ec + HASH:=fdad880cfe7dd8bf94e930e2950dd6f8609e2e8543287f411ebe27ec9da4b2c6 endef define Package/v2ray-geodata/template