From 0e5cc7de578e72d45bd62237519b334cec26ba03 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 30 Apr 2025 18:34:23 +0800 Subject: [PATCH] btop: Update to 1.4.1 Signed-off-by: Tianling Shen --- admin/btop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/btop/Makefile b/admin/btop/Makefile index 75c04e4113..8337c25437 100644 --- a/admin/btop/Makefile +++ b/admin/btop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btop -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ac0d2371bf69d5136de7e9470c6fb286cbee2e16b4c7a6d2cd48a14796e86650 +PKG_HASH:=40f6c54d1bc952c674b677d81dd25f55b61e9c004883c27950dc30780c86f381 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2