mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/xbanish: Updated for version 1.7.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d2bc509c0
commit
64880eae3c
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue