From: Tianling Shen Date: Sat, 3 May 2025 08:03:58 +0000 (+0800) Subject: btop: Update to 1.4.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=30cb4250d8d388f5ad508d506a2c35a70f720c5c;p=feed%2Fpackages.git btop: Update to 1.4.2 Update alias command. Signed-off-by: Tianling Shen (cherry picked from commit 8df8700a135751d4b9365cd70e645b18b47b45a7) --- diff --git a/admin/btop/Makefile b/admin/btop/Makefile index 8337c25437..80cd242a3e 100644 --- a/admin/btop/Makefile +++ b/admin/btop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btop -PKG_VERSION:=1.4.1 +PKG_VERSION:=1.4.2 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:=40f6c54d1bc952c674b677d81dd25f55b61e9c004883c27950dc30780c86f381 +PKG_HASH:=c7c0fb625af269d47eed926784900c8e154fdf71703f4325cffdf26357338c85 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 diff --git a/admin/btop/files/btop.sh b/admin/btop/files/btop.sh index d7aa447600..740a7c6661 100644 --- a/admin/btop/files/btop.sh +++ b/admin/btop/files/btop.sh @@ -1 +1 @@ -alias btop="btop --utf-force" +alias btop="btop --force-utf"