From 1cc4aae428f29ee17ee2e0d65f9190da7f1034ff Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 2 Feb 2019 11:19:50 -0800 Subject: [PATCH] moreutils: Update to 0.63 Signed-off-by: Rosen Penev --- utils/moreutils/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index 00355a1a8..51e28235b 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moreutils -PKG_VERSION:=0.62 +PKG_VERSION:=0.63 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz +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_HASH:=4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d PKG_MAINTAINER:=Nikil Mehta PKG_LICENSE:=GPL-2.0