mirror of https://github.com/kenzok8/small.git
update 2023-12-08 20:16:36
This commit is contained in:
parent
2bb74bbc13
commit
43e9437004
|
@ -12,7 +12,7 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
GEOIP_VER:=202312070040
|
||||
GEOIP_VER:=202312071808
|
||||
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
|
||||
define Download/geoip
|
||||
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
|
||||
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=1c8d8bd5e8966a115d2ba16739660ef8ea1ebbb812fec4f87c699df479721652
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20231207180922
|
||||
GEOSITE_VER:=20231208065009
|
||||
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:=7a6cfbb0164fc6ad2b772cbccc6b8f3dea5a0743055228392d5da40f2260305d
|
||||
HASH:=a989634ca9ef02d9f345b9de1c2bacf4a20a4f3227c83c80b896e2795cf32501
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202312061428
|
||||
|
|
Loading…
Reference in New Issue