From 70ddd72b98bd3c134576adc7cad3f052e2b57848 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 2 Sep 2018 15:19:02 -0700 Subject: moreutils: Update to 0.62 and switch to git tarball It's more generic in addition to being the source for the debian package. PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no handling for it in the Makefile. Signed-off-by: Rosen Penev --- utils/moreutils/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/moreutils/Makefile') diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index 310319e4e..00355a1a8 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -8,17 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moreutils -PKG_VERSION:=0.60 +PKG_VERSION:=0.62 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz -PKG_SOURCE_URL:=http://http.debian.net/debian/pool/main/m/moreutils/ -PKG_HASH:=e42d18bacbd2d003779a55fb3542befa5d1d217ee37c1874e8c497581ebc17c5 +PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot +PKG_HASH:=812ac4e9e09dbfb812c64fb1929ed5275c279312d78e3fe1c30b01380c902db9 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) PKG_MAINTAINER:=Nikil Mehta PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING +PKG_BUILD_PARALLEL:=0 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3