aboutsummaryrefslogtreecommitdiff
path: root/utils/moreutils/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-09-02 15:19:02 -0700
committerRosen Penev <rosenp@gmail.com>2018-09-02 19:23:38 -0700
commit70ddd72b98bd3c134576adc7cad3f052e2b57848 (patch)
tree092ae0352e865b335cd9aff82706072b1cba8249 /utils/moreutils/Makefile
parent5afeb3f9c8512d5d786766bd394c4e2f6371f99f (diff)
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 <rosenp@gmail.com>
Diffstat (limited to 'utils/moreutils/Makefile')
-rw-r--r--utils/moreutils/Makefile10
1 files changed, 6 insertions, 4 deletions
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 <nikil.mehta@gmail.com>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
+PKG_BUILD_PARALLEL:=0
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk