diff options
author | John Audia <graysky@archlinux.us> | 2021-01-14 07:46:44 -0500 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-14 15:36:23 +0200 |
commit | 476f70e9a04c9ba7f98b21adde8f9fe20801a455 (patch) | |
tree | b3e89f3aa1feb771057befdd870719d4e97469f8 /admin | |
parent | 16cb5ebca2b56fc3a7c588291460fd5a9d6d6472 (diff) |
htop: update to 3.0.5-1
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/htop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 704703769..165d7120d 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=3.0.4 +PKG_VERSION:=3.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)? -PKG_HASH:=d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324 +PKG_HASH:=4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |