From 88525f63008f60bc0c2988194c8a81ec6c441fea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:51:59 +0800 Subject: [PATCH] update 2022-05-17 16:51:59 --- luci-app-quickstart/Makefile | 2 +- quickstart/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-quickstart/Makefile b/luci-app-quickstart/Makefile index c2e825527..36aa183b9 100644 --- a/luci-app-quickstart/Makefile +++ b/luci-app-quickstart/Makefile @@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for quickstart LUCI_DEPENDS:=+quickstart +shadow-utils +shadow-useradd +luci-app-store +mount-utils LUCI_PKGARCH:=all -PKG_VERSION:=0.4.0-1 +PKG_VERSION:=0.4.1-1 # PKG_RELEASE MUST be empty for luci.mk PKG_RELEASE:= diff --git a/quickstart/Makefile b/quickstart/Makefile index ac6a2510f..c45813405 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_quickstart:=$(ARCH) PKG_NAME:=quickstart -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://fw.koolcenter.com/binary/quickstart/ -PKG_HASH:=2708f44b2cbb063d0a43ca503860bf9a275755ca8a813e8dc265e12e8225ad52 +PKG_HASH:=da83a1da0b010c8d7e21bcf10b9ea2edb92185f6969a48dbab04716673f4a62b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)