diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-04-14 00:24:35 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-04-14 00:24:35 +0800 |
commit | b8d737641103452d33047629c0ff2df8851a58aa (patch) | |
tree | e8d6728a0ca8c0adaf68b451902a5b5954829e1d /net/v2ray-geodata | |
parent | 62fdfb827893a221975379a66ae30fa37396a4d8 (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 d3c790af5..4d6139d48 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:=202303090050 +GEOIP_VER:=202304060040 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:=a17a7ad10116f2cdd7e5f5dfbfff99695641e6dddf57d35c8c32e3f07960b1ab + HASH:=599ddc2dad1eac63abdda4ded69c46f2a087edabba96bacb82072234591bd5e1 endef -GEOSITE_VER:=20230312104722 +GEOSITE_VER:=20230408083150 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:=505e214574f1ec516381cfa17a0c8d08d4bec03b3d3de7c4d06ff0e7fb479647 + HASH:=8804abc08dcacbcff2ef425f01c45e583e0bdf5061471286f4c470f159b2c594 endef define Package/v2ray-geodata/template |