mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
btop: Update to 1.4.7
Refreshed patches.
Release note: https://github.com/aristocratos/btop/releases/tag/v1.4.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit aa239844a8)
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=btop
|
||||
PKG_VERSION:=1.4.6
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.4.7
|
||||
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:=4beb90172c6acaac08c1b4a5112fb616772e214a7ef992bcbd461453295a58be
|
||||
PKG_HASH:=933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6
|
||||
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/btop_config.cpp
|
||||
+++ b/src/btop_config.cpp
|
||||
@@ -800,10 +800,7 @@ namespace Config {
|
||||
@@ -824,10 +824,7 @@ namespace Config {
|
||||
if (xdg_state_home_ptr != nullptr) {
|
||||
xdg_state_home = std::make_optional(fs::path(xdg_state_home_ptr));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user