We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e324013 commit 8df8700Copy full SHA for 8df8700
admin/btop/Makefile
@@ -1,12 +1,12 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=btop
4
-PKG_VERSION:=1.4.1
+PKG_VERSION:=1.4.2
5
PKG_RELEASE:=1
6
7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
8
PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)?
9
-PKG_HASH:=40f6c54d1bc952c674b677d81dd25f55b61e9c004883c27950dc30780c86f381
+PKG_HASH:=c7c0fb625af269d47eed926784900c8e154fdf71703f4325cffdf26357338c85
10
11
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
12
PKG_LICENSE:=Apache-2.0
admin/btop/files/btop.sh
@@ -1 +1 @@
-alias btop="btop --utf-force"
+alias btop="btop --force-utf"
0 commit comments