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 | |
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')
-rw-r--r-- | misc/xbanish/xbanish.SlackBuild | 3 | ||||
-rw-r--r-- | misc/xbanish/xbanish.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/misc/xbanish/xbanish.info b/misc/xbanish/xbanish.info index c66d7e7a15..2a4b8bdfdd 100644 --- a/misc/xbanish/xbanish.info +++ b/misc/xbanish/xbanish.info @@ -1,8 +1,8 @@ PRGNAM="xbanish" -VERSION="1.6" +VERSION="1.7" HOMEPAGE="https://github.com/jcs/xbanish" -DOWNLOAD="https://github.com/jcs/xbanish/archive/v1.6/xbanish-1.6.tar.gz" -MD5SUM="dc1320b6eee1e3e5eb008554bbeb060f" +DOWNLOAD="https://github.com/jcs/xbanish/archive/v1.7/xbanish-1.7.tar.gz" +MD5SUM="08c0702576d6b2434f62ba06e1a3a32d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |