btop: Update to 1.4.7
authorTianling Shen <redacted>
Sat, 9 May 2026 03:47:19 +0000 (11:47 +0800)
committerTianling Shen <redacted>
Sat, 9 May 2026 03:47:19 +0000 (11:47 +0800)
Refreshed patches.

Release note: https://github.com/aristocratos/btop/releases/tag/v1.4.7

Signed-off-by: Tianling Shen <redacted>
admin/btop/Makefile
admin/btop/patches/001-move-log-to-tmpfs.patch

index 98280a0c4064094dc6196b9a800c767980a89891..d91c18057385b632ee231d445fff753ed3a75845 100644 (file)
@@ -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
index 900e136d031c54b2fbdc7f30a50c847e744279e9..7c35642e76fb14ecd08bf94fe108d366242ff8fe 100644 (file)
@@ -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 {
git clone https://git.99rst.org/PROJECT