diff options
author | Arkadiusz Drabczyk <arkadiusz@drabczyk.org> | 2020-10-17 19:13:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-20 19:18:43 +0700 |
commit | 74674f48a3ad53c4f3806cf002f65ae600105f4c (patch) | |
tree | bb9975eed8b5e0519bf8279407f8bbed0b9dfc1c /misc | |
parent | 340d9a1088c288e6d8d214d04b6d73138723424b (diff) | |
download | slackbuilds-74674f48a3ad53c4f3806cf002f65ae600105f4c.tar.gz |
misc/moreutils: Updated for version 0.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/moreutils/moreutils.SlackBuild | 6 | ||||
-rw-r--r-- | misc/moreutils/moreutils.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/moreutils/moreutils.SlackBuild b/misc/moreutils/moreutils.SlackBuild index 9a441d49bb..6fd209996c 100644 --- a/misc/moreutils/moreutils.SlackBuild +++ b/misc/moreutils/moreutils.SlackBuild @@ -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 diff --git a/misc/moreutils/moreutils.info b/misc/moreutils/moreutils.info index d2a7785da8..8d31108f60 100644 --- a/misc/moreutils/moreutils.info +++ b/misc/moreutils/moreutils.info @@ -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="" |