diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-06-07 13:59:11 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-07 13:59:11 +0100 |
commit | 8c77c4073ff1e9c6f5580859bd8fbd5b93896d5d (patch) | |
tree | 3828adf9d391570e9662fad9d047dc69ac4f307e /system/dash | |
parent | f97a8318172f79e53b908093d09f1d6552513d71 (diff) | |
download | slackbuilds-8c77c4073ff1e9c6f5580859bd8fbd5b93896d5d.tar.gz |
system/dash: Updated for version 0.5.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dash')
-rw-r--r-- | system/dash/dash.SlackBuild | 6 | ||||
-rw-r--r-- | system/dash/dash.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/dash/dash.SlackBuild b/system/dash/dash.SlackBuild index 64d2fa3977..dfb7bdf565 100644 --- a/system/dash/dash.SlackBuild +++ b/system/dash/dash.SlackBuild @@ -3,11 +3,11 @@ # Slackware build script for dash # Written by Vincent Batts, http://hashbangbash.com/ -# Copyright 2017 Donald Cooley South Haven, Indiana USA +# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA PRGNAM=dash -VERSION=${VERSION:-0.5.9.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.5.10.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/dash/dash.info b/system/dash/dash.info index ff32be9b05..93724d2bb5 100644 --- a/system/dash/dash.info +++ b/system/dash/dash.info @@ -1,8 +1,8 @@ PRGNAM="dash" -VERSION="0.5.9.1" -HOMEPAGE="https://kernel.googlesource.com/pub/scm/utils/dash/dash/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/dash/dash-0.5.9.1.tar.gz" -MD5SUM="6472702a8d9760d166ef8333dcb527a6" +VERSION="0.5.10.2" +HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" +DOWNLOAD="http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz" +MD5SUM="8f485f126c05d0ab800e85abfe1987aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libedit" |