update 2023-07-31 09:23:58

This commit is contained in:
github-actions[bot] 2023-07-31 09:23:58 +08:00
parent 01b6907b5d
commit c1861cfe16
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=e926281030cff7b131b0086a44527fa778e1cc878435447a597e06402df21c51
PKG_HASH:=d2a9d81fc9da53ecb4c0036e52bb4d1b5af08de56fe456fa6b495b29659c7d67
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE

View File

@ -124,8 +124,8 @@ EOF
procd_open_instance alist
procd_set_param command $PROG
procd_append_param command server --data $data_dir
procd_set_param stdout 1
procd_set_param stderr 1
procd_set_param stdout 0
procd_set_param stderr 0
procd_set_param respawn
procd_close_instance alist
}

View File

@ -21,13 +21,13 @@ define Download/geoip
HASH:=53f12594c23e061745bfd3f1b626885fadcaf8b1712e9dac9ed50405ba3890a0
endef
GEOSITE_VER:=20230729123058
GEOSITE_VER:=20230730120627
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:=3d3e4a67d66052967939f22151e4aa8c184cc267c5e844e07274e1251206a6b0
HASH:=a771242f7982f567f77fae485de5978eb5fd89710fd099b2a26023cdd591f6ac
endef
define Package/v2ray-geodata/template