mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
Revert "btop: Update to 1.4.7"
btop 1.4.6+ requires at least GCC 14 to build.
This reverts commit 2fd0b421e2.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=btop
|
PKG_NAME:=btop
|
||||||
PKG_VERSION:=1.4.7
|
PKG_VERSION:=1.4.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6
|
PKG_HASH:=4beb90172c6acaac08c1b4a5112fb616772e214a7ef992bcbd461453295a58be
|
||||||
|
|
||||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/src/btop_config.cpp
|
--- a/src/btop_config.cpp
|
||||||
+++ b/src/btop_config.cpp
|
+++ b/src/btop_config.cpp
|
||||||
@@ -824,10 +824,7 @@ namespace Config {
|
@@ -800,10 +800,7 @@ namespace Config {
|
||||||
if (xdg_state_home_ptr != nullptr) {
|
if (xdg_state_home_ptr != nullptr) {
|
||||||
xdg_state_home = std::make_optional(fs::path(xdg_state_home_ptr));
|
xdg_state_home = std::make_optional(fs::path(xdg_state_home_ptr));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user