diff options
author | B. Watson <yalhcru@gmail.com> | 2020-07-20 00:05:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:34 +0700 |
commit | 64880eae3c8bebff815bd37374064b0e7c492668 (patch) | |
tree | 608bbb7a03f668ca12ac279dfe2cf9f0d446d54a /misc/xbanish/xbanish.SlackBuild | |
parent | 8d2bc509c0d90b6b007744e01e6ff14d1d926d8d (diff) | |
download | slackbuilds-64880eae3c8bebff815bd37374064b0e7c492668.tar.gz |
misc/xbanish: Updated for version 1.7.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/xbanish/xbanish.SlackBuild')
-rw-r--r-- | misc/xbanish/xbanish.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xbanish/xbanish.SlackBuild b/misc/xbanish/xbanish.SlackBuild index bcefc8e187..d0a11d5ca4 100644 --- a/misc/xbanish/xbanish.SlackBuild +++ b/misc/xbanish/xbanish.SlackBuild @@ -28,6 +28,7 @@ # Build script for xbanish +# 20200720 bkw: update for v1.7 # 20200129 bkw: # - take over maintenance # - update for v1.6 @@ -35,7 +36,7 @@ # - use proper github download URL PRGNAM=xbanish -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |