diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-01-08 11:49:36 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2024-01-08 11:49:37 +0800 |
commit | 37ce0e6803f1d3f116bbd59ff7f14e160c99aa47 (patch) | |
tree | fc9eba493c1035e6206527c1348268a0ee21a941 /admin | |
parent | 06b95534eff2e3ec6772028d5e62dfccb01b3e90 (diff) |
btop: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/btop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/btop/Makefile b/admin/btop/Makefile index 0384f7282..f5efc5ee2 100644 --- a/admin/btop/Makefile +++ b/admin/btop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btop -PKG_VERSION:=1.2.13 -PKG_RELEASE:=3 +PKG_VERSION:=1.3.0 +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:=668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02 +PKG_HASH:=375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |