update 2022-12-06 08:45:57

This commit is contained in:
github-actions[bot] 2022-12-06 08:45:57 +08:00
parent 7245981e9d
commit 36e6e29ce9
6 changed files with 625 additions and 857 deletions

View File

@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alist
PKG_VERSION:=3.5.1
PKG_WEB_VERSION:=3.5.0
PKG_VERSION:=3.6.0
PKG_WEB_VERSION:=3.6.0
PKG_RELEASE:=1
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:=ba5519ea73a1a90a3d05c3d982a3b56fc1b677be32ac148b09e748d996355f5b
PKG_HASH:=dc2e527f843b18b483a160afea087cad92a8e02d10851031b5b226d56361db2c
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE
@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web
FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
URL_FILE:=dist.tar.gz
URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/
HASH:=91fb4b16a2db9d8345a99e9056ba406fb691282018679448753ec95ddcecf48a
HASH:=213c3fe08a53f6de48c86fc6b508afad8ed3392a045d35dbfaa599dda347fe58
endef
PKG_CONFIG_DEPENDS:= \

View File

@ -1,6 +1,6 @@
--- a/internal/bootstrap/config.go
+++ b/internal/bootstrap/config.go
@@ -63,11 +63,7 @@ func InitConfig() {
@@ -65,11 +65,7 @@ func InitConfig() {
}
conf.Conf.TempDir = absPath
}

View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=haproxy
PKG_VERSION:=2.6.6
PKG_RELEASE:=$(AUTORELEASE)
PKG_RELEASE:=103
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.haproxy.org/download/2.6/src

View File

@ -1,8 +1,8 @@
case $ACTION in
issued|renewed)
cat \
"/etc/ssl/acme/$main_domain.fullchain.cer" \
"/etc/ssl/acme/$main_domain.fullchain.crt" \
"/etc/ssl/acme/$main_domain.key" \
>"/etc/ssl/acme/$main_domain.combined.cer"
>"/etc/ssl/acme/$main_domain.combined.crt"
;;
esac

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=v2rayA
PKG_VERSION:=1.5.9.1698.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)?