aboutsummaryrefslogtreecommitdiff
path: root/utils/procps-ng/Makefile
diff options
context:
space:
mode:
authornotnyt <nyt-github@countercultured.net>2016-06-13 13:37:20 -0400
committernotnyt <nyt-github@countercultured.net>2016-06-13 13:37:20 -0400
commite08d088cd5ed82954cb3e7bace35e364c3fa9f44 (patch)
treee7a1a5987b5ac4639e86db83ab0bbc85695e25f6 /utils/procps-ng/Makefile
parent779a9fa970fcccb0dcf88b72adfd71001121de3a (diff)
procps-ng: bump to 8a198e3eafbde0b627e9992b41d26e6762e4f8c7
This contains format string fixes among others. procps-ng was not properly displaying cpu usage in top and ps. Signed-off-by: Rob Mosher nyt-lede@countercultured.net
Diffstat (limited to 'utils/procps-ng/Makefile')
-rw-r--r--utils/procps-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile
index f5e3cfb1b..44badfe02 100644
--- a/utils/procps-ng/Makefile
+++ b/utils/procps-ng/Makefile
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=procps-ng
PKG_VERSION:=3.3.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING COPYING.LIB
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.com/procps-ng/procps.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=de985eced583f18df273146b110491b0f7404aab
+PKG_SOURCE_VERSION:=8a198e3eafbde0b627e9992b41d26e6762e4f8c7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_BUILD_PARALLEL:=1