Browse Source
misc/moreutils: Updated for version 0.70
Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/324/head
Arkadiusz Drabczyk
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
misc/moreutils/moreutils.SlackBuild
-
misc/moreutils/moreutils.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=moreutils |
|
|
|
VERSION=${VERSION:-0.69} |
|
|
|
VERSION=${VERSION:-0.70} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -63,7 +63,7 @@ rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.xz |
|
|
|
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="moreutils" |
|
|
|
VERSION="0.69" |
|
|
|
VERSION="0.70" |
|
|
|
HOMEPAGE="https://joeyh.name/code/moreutils" |
|
|
|
DOWNLOAD="http://deb.debian.org/debian/pool/main/m/moreutils/moreutils_0.69.orig.tar.xz" |
|
|
|
MD5SUM="2a2b101efa55149c44fd761a3070395b" |
|
|
|
DOWNLOAD="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-0.70.tar.gz" |
|
|
|
MD5SUM="f7a5925f51580ed4b79e20028d84a8af" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|