update 2023-07-19 23:36:24
This commit is contained in:
parent
57352278e7
commit
37c4522314
|
@ -6,7 +6,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-passwall
|
||||
PKG_VERSION:=4.66-11
|
||||
PKG_VERSION:=4.66-12
|
||||
PKG_RELEASE:=
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=e641e4490ab88e914d0f0f249c8722ad8d8684ba9935390b1c04da8c7b9161c1
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20230718165211
|
||||
GEOSITE_VER:=20230719074414
|
||||
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:=8df69d63cad2e19d80254c7ee09631904689f477c2293d1b0854d0732f5d5e80
|
||||
HASH:=b5bfbab678fc2fa211d7cb42a1b54bfabd62756a766de87e0eab5bf79cf5ce05
|
||||
endef
|
||||
|
||||
define Package/v2ray-geodata/template
|
||||
|
|
Loading…
Reference in New Issue