From fc53e9337a3727bc5e7b4840015bc145a7b1c1ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:11:18 +0800 Subject: [PATCH] update 2023-09-04 09:11:18 --- .../001-disable-delete-of-temp-directory-at-startup.patch | 4 ++-- brook/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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