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/dash.SlackBuild | |
parent | f97a8318172f79e53b908093d09f1d6552513d71 (diff) |
system/dash: Updated for version 0.5.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dash/dash.SlackBuild')
-rw-r--r-- | system/dash/dash.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/dash/dash.SlackBuild b/system/dash/dash.SlackBuild index 64d2fa397710c..dfb7bdf5659b2 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 |