diff --git a/alist/patches/001-disable-delete-of-temp-directory-at-startup.patch b/alist/patches/001-disable-delete-of-temp-directory-at-startup.patch index 3a478883c..071ec6e89 100644 --- a/alist/patches/001-disable-delete-of-temp-directory-at-startup.patch +++ b/alist/patches/001-disable-delete-of-temp-directory-at-startup.patch @@ -1,5 +1,5 @@ ---- internal/bootstrap/config.go -+++ internal/bootstrap/config.go +--- a/internal/bootstrap/config.go ++++ b/internal/bootstrap/config.go @@ -68,11 +68,7 @@ func InitConfig() { } conf.Conf.TempDir = absPath diff --git a/brook/Makefile b/brook/Makefile index 9449a0f56..94ef6ddc4 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20230606 +PKG_VERSION:=20230606 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=4490f203973b59e5bbaa4cbfb8835232f9671dac1b82ab4de882d32a2ad6b612 +PKG_HASH:=4490f203973b59e5bbaa4cbfb8835232f9671dac1b82ab4de882d32a2ad6b612 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0