diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-20 13:11:16 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-20 13:11:16 +0800 |
commit | e4a22284cb5ddbcaccdea1ad850a573f9d783026 (patch) | |
tree | 90dbec10e612e8f379d46067b3135157892993a5 /net/v2ray-geodata | |
parent | c912e2bcedfcfb50c1ee02d0fa120f0b0025ac2c (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 7e83c3663..1224c037c 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:=202306010100 +GEOIP_VER:=202306150049 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:=033864e77e40f8b9c1a5254bf85881515c51340d3d11e142a4e01594eb151914 + HASH:=811085edc67057690c783e735182db32e5a4b446ee5f6d70ef9e12960ce910da endef -GEOSITE_VER:=20230601044045 +GEOSITE_VER:=20230620033122 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:=d20bcd23c185dd3102a2106ad5370bc615cfb33d9a818daaadefe7a2068fb9ef + HASH:=caecb282d72bf6bfc7977257cadd436e59cb7eea8f6aabb0eae656ae4bf57d76 endef define Package/v2ray-geodata/template |