From 8df8700a135751d4b9365cd70e645b18b47b45a7 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 3 May 2025 16:03:58 +0800 Subject: [PATCH] btop: Update to 1.4.2 Update alias command. Signed-off-by: Tianling Shen --- admin/btop/Makefile | 4 ++-- admin/btop/files/btop.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/btop/Makefile b/admin/btop/Makefile index 8337c2543..80cd242a3 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 d7aa44760..740a7c666 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"