diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-01 16:18:25 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-01 16:20:20 +0800 |
commit | 56de9f91fd1d14be3b3f5497ff21040005fcf12d (patch) | |
tree | b0977aaf218ec00b3b8499815abd314705ef6cc9 /net/v2ray-geodata | |
parent | 2ecf76e27dbcc0a5d64db6d9b30269de56b2bd1e (diff) |
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2ray-geodata')
-rw-r--r-- | net/v2ray-geodata/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 4d6139d48..7e83c3663 100644 --- a/net/v2ray-geodata/Makefile +++ b/net/v2ray-geodata/Makefile @@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> include $(INCLUDE_DIR)/package.mk -GEOIP_VER:=202304060040 +GEOIP_VER:=202306010100 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:=599ddc2dad1eac63abdda4ded69c46f2a087edabba96bacb82072234591bd5e1 + HASH:=033864e77e40f8b9c1a5254bf85881515c51340d3d11e142a4e01594eb151914 endef -GEOSITE_VER:=20230408083150 +GEOSITE_VER:=20230601044045 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:=8804abc08dcacbcff2ef425f01c45e583e0bdf5061471286f4c470f159b2c594 + HASH:=d20bcd23c185dd3102a2106ad5370bc615cfb33d9a818daaadefe7a2068fb9ef endef define Package/v2ray-geodata/template |