From 6316772b3d317a3420cfd5fc586da9f2b7e7af80 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 3 Jan 2024 15:15:54 +0800 Subject: [PATCH] v2ray-geodata: Update to latest versin Signed-off-by: Tianling Shen --- net/v2ray-geodata/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 144bc218ba..53f8ef44b5 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:=202312071808 +GEOIP_VER:=202312210040 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:=1c8d8bd5e8966a115d2ba16739660ef8ea1ebbb812fec4f87c699df479721652 + HASH:=cddbc8f41234b0c98019f0781191878c5ad71a27259d5204628e9bde27bdc04c endef -GEOSITE_VER:=20231212122459 +GEOSITE_VER:=20231219144426 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:=954adf9b4e999839073715566ab5df3f2177ad97741ce78dcea9b0795ef30614 + HASH:=6c95f95a40ae33ba49da554c3a9b48a62b8eefe43607b92229ed61f78e48f7c2 endef -GEOSITE_IRAN_VER:=202312110026 +GEOSITE_IRAN_VER:=202312180027 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:=0f5a1c31c0b905d6619d5b917a1031defb17f5a556e604327d9bc49ee3de962f + HASH:=4240f701951777c4799749d3718efd46ddabef83b4b28d5b2bb5cd281f525e10 endef define Package/v2ray-geodata/template -- 2.30.2