From 519b6385714d205c252e9b787148de06e6abb33e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Sep 2018 17:10:14 -0700 Subject: procps-ng: Update to 3.3.15 Switch from locally generated git tarball to official one. Signed-off-by: Rosen Penev --- utils/procps-ng/Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'utils/procps-ng/Makefile') diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile index f302c2693..3f3892825 100644 --- a/utils/procps-ng/Makefile +++ b/utils/procps-ng/Makefile @@ -8,19 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procps-ng -PKG_VERSION:=3.3.11 -PKG_RELEASE:=4 -PKG_LICENSE:=GPL-2.0 -PKG_LICENSE_FILES:=COPYING COPYING.LIB +PKG_VERSION:=3.3.15 +PKG_RELEASE:=1 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://gitlab.com/procps-ng/procps.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8a198e3eafbde0b627e9992b41d26e6762e4f8c7 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=60da7bd78e834112494e4019998c9de8d61f747eab244ef3c42cadc7fd0958cc +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@SF/procps-ng +PKG_HASH:=10bd744ffcb3de2d591d2f6acf1a54a7ba070fdcc432a855931a5057149f0465 PKG_MAINTAINER:=Gergely Kiss +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING COPYING.LIB PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- cgit v1.2.3