Browse Source
misc/moreutils: Updated for version 0.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/87/head
Arkadiusz Drabczyk
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
misc/moreutils/moreutils.SlackBuild
-
misc/moreutils/moreutils.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for moreutils |
|
|
|
|
|
|
|
# Copyright 2015-2016 Arkadiusz Drabczyk <arkadiusz@drabczyk.org> |
|
|
|
# Copyright 2015-2020 Arkadiusz Drabczyk <arkadiusz@drabczyk.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -23,8 +23,8 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=moreutils |
|
|
|
VERSION=${VERSION:-0.63} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-0.64} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="moreutils" |
|
|
|
VERSION="0.63" |
|
|
|
VERSION="0.64" |
|
|
|
HOMEPAGE="https://joeyh.name/code/moreutils" |
|
|
|
DOWNLOAD="http://drabczyk.org/moreutils-0.63.tar.gz" |
|
|
|
MD5SUM="0af12becbed31dc5d57c4a880ef398fc" |
|
|
|
DOWNLOAD="http://distfiles.gentoo.org/distfiles/moreutils-0.64.tar.gz" |
|
|
|
MD5SUM="a02be0dd938c3fefbb2aa2761e59e7d4" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|