Skip to content

Commit

Permalink
v2fly-geodata: Update to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Dec 26, 2023
1 parent 7be0eb7 commit bcb1de6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2fly-geodata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>

include $(INCLUDE_DIR)/package.mk

GEOIP_VER:=202311020038
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:=53393a6b9886cf9f0a3b7fb1efda1472af64f4885d4bda9fa6276610f9890c8a
HASH:=cddbc8f41234b0c98019f0781191878c5ad71a27259d5204628e9bde27bdc04c
endef

GEOSITE_VER:=20231105092810
GEOSITE_VER:=20231223093928
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:=b7f1d41b9436ed3b97d48244afa740c098d837acbb852810cc93c998aa509134
HASH:=f3d346945b91bbebce8f28863133c3d7e36f2ff426fb9bc1e65ff39d5cb290f4
endef

define Package/v2fly-geodata/template
Expand Down

0 comments on commit bcb1de6

Please sign in to comment.