diff options
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} |