Skip to content

Commit

Permalink
v2ray-geodata: Update to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Oct 10, 2023
1 parent 1472ad5 commit cccbade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/v2ray-geodata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>

include $(INCLUDE_DIR)/package.mk

GEOIP_VER:=202309280037
GEOIP_VER:=202310050037
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:=32ce0b6333d03234ad8c43c3c91645cb28fca4f6176e69f4d08bbbc7ea7b7835
HASH:=25e8fd3517988781e0a901c1d29dd35bed1aabed6343647c76206161e49fa1f4
endef

GEOSITE_VER:=20230930105558
GEOSITE_VER:=20231009173428
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:=a4397dbc70bebba1d003829ced7c72cdbf2a2c85eee6497229567ac64a8a188c
HASH:=844d267aeb997561e1ef4dd9f7a62c5a3c64889af6fd45efab875cebbc5fd63b
endef

define Package/v2ray-geodata/template
Expand Down

0 comments on commit cccbade

Please sign in to comment.