update 2023-05-26 23:35:16

This commit is contained in:
github-actions[bot] 2023-05-26 23:35:16 +08:00
parent 1e5428dabb
commit 79f613ca51
2 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ endef
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16
GO_PKG:=github.com/alist-org/alist
GO_PKG_LDFLAGS:=-w -s

View File

@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_quickstart:=$(ARCH)
PKG_NAME:=quickstart
PKG_VERSION:=0.7.7
PKG_VERSION:=0.7.8
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/
PKG_HASH:=6b62b3a51c03c425e6b8ef2a08839d005b32c970e316741a79decee739df6c5d
PKG_HASH:=f9f70f9935b8a8c1f4312d76cd25349be615b9e54b44392a5c556ab7af970816
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)