update 2023-09-04 09:11:18

This commit is contained in:
github-actions[bot]
2023-09-04 09:11:18 +08:00
parent 571e47404e
commit fc53e9337a
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=brook PKG_NAME:=brook
PKG_VERSION:=20230606 PKG_VERSION:=20230606
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=4490f203973b59e5bbaa4cbfb8835232f9671dac1b82ab4de882d32a2ad6b612 PKG_HASH:=4490f203973b59e5bbaa4cbfb8835232f9671dac1b82ab4de882d32a2ad6b612
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=GPL-3.0 PKG_LICENSE:=GPL-3.0