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"