Skip to content

Commit 8df8700

Browse files
committed
btop: Update to 1.4.2
Update alias command. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 parent e324013 commit 8df8700

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin/btop/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=btop
4-
PKG_VERSION:=1.4.1
4+
PKG_VERSION:=1.4.2
55
PKG_RELEASE:=1
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
88
PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)?
9-
PKG_HASH:=40f6c54d1bc952c674b677d81dd25f55b61e9c004883c27950dc30780c86f381
9+
PKG_HASH:=c7c0fb625af269d47eed926784900c8e154fdf71703f4325cffdf26357338c85
1010

1111
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
1212
PKG_LICENSE:=Apache-2.0

admin/btop/files/btop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alias btop="btop --utf-force"
1+
alias btop="btop --force-utf"

0 commit comments

Comments
 (0)