system/zuluCrypt: Updated for version 5.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f70b00bc34
commit
b8eb2e9fd1
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for zuluCrypt.
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zuluCrypt
|
||||
VERSION=${VERSION:-5.4.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-5.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zuluCrypt"
|
||||
VERSION="5.4.0"
|
||||
VERSION="5.5.0"
|
||||
HOMEPAGE="http://mhogomchungu.github.io/zuluCrypt/"
|
||||
DOWNLOAD="https://github.com/mhogomchungu/zuluCrypt/archive/5.4.0/zuluCrypt-5.4.0.tar.gz"
|
||||
MD5SUM="a4590777692f522594ab438690a6cdf2"
|
||||
DOWNLOAD="https://github.com/mhogomchungu/zuluCrypt/archive/5.5.0/zuluCrypt-5.5.0.tar.gz"
|
||||
MD5SUM="4f717cf949b57f13b2febffc863220f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 libpwquality zuluplay"
|
||||
|
|
Loading…
Reference in New Issue