From 51fd80503def56fecf5370e88d30eed14b94c224 Mon Sep 17 00:00:00 2001 From: actions-user Date: Fri, 6 Dec 2024 20:13:42 +0800 Subject: [PATCH] update 2024-12-06 20:13:42 --- luci-app-store/Makefile | 8 ++++---- taskd/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/luci-app-store/Makefile b/luci-app-store/Makefile index 339b8b0e..3e14f67a 100644 --- a/luci-app-store/Makefile +++ b/luci-app-store/Makefile @@ -11,13 +11,13 @@ LUCI_DEPENDS:=+curl +opkg +luci-base +tar +libuci-lua +mount-utils +luci-lib-tas LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19) LUCI_PKGARCH:=all -PKG_VERSION:=0.1.27-1 +PKG_VERSION:=0.1.26-4 # PKG_RELEASE MUST be empty for luci.mk PKG_RELEASE:= -ISTORE_UI_VERSION:=0.1.27 -ISTORE_UI_RELEASE:=1 -PKG_HASH:=e1cb70d586d880c18ef2d59848fcf6c60d3f827bfa662ea62de1fa0cbd385d39 +ISTORE_UI_VERSION:=0.1.26 +ISTORE_UI_RELEASE:=2 +PKG_HASH:=01eb10649514c4ea0a86e848db1129b642f0ad5b5d371021821c2488454463fc PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE) diff --git a/taskd/Makefile b/taskd/Makefile index 3064dec5..9b7e12a4 100644 --- a/taskd/Makefile +++ b/taskd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=taskd PKG_VERSION:=1.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=jjm2473 include $(INCLUDE_DIR)/package.mk @@ -18,7 +18,7 @@ define Package/$(PKG_NAME) SECTION:=utils CATEGORY:=Utilities TITLE:=Simple Task Manager - DEPENDS:=+procd +script-utils +coreutils-stty + DEPENDS:=+procd +script-utils +coreutils +coreutils-stty PKGARCH:=all endef