From 22c1eef5925e6e81223a5eb842744a811d0c2e2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:20:43 +0800 Subject: [PATCH] update 2023-08-16 16:20:43 --- quickstart/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart/Makefile b/quickstart/Makefile index 09bdd7e7c..72a02e29f 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.7.13 +PKG_VERSION:=0.7.14 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:=55ee322d99cbe7f5c0cbb2d3910dfcc0f63465904fb4fe9fe25442c0df2bbc23 +PKG_HASH:=25e6a70f4904be0b6ce050e4987b8bc033cf20d52b511b86a4cb4f2c123b41d4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)