mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/zuluCrypt: Updated for version 5.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b2d6b36ce
commit
906a09aae3
3 changed files with 7 additions and 7 deletions
|
@ -39,5 +39,5 @@ If you want that feature, change the value -DNOGNOME=false or
|
|||
-DNOKDE=false to "true". About these and other options, please check
|
||||
/usr/doc/$PRGNAM-$VERSION/BUILD_INSTRUCTIONS.
|
||||
|
||||
Optional dependencies are: libpwquality, tc-play (also available as
|
||||
Optional dependency : tc-play (also available as
|
||||
internal copy in the zuluCrypt source).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for zuluCrypt.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zuluCrypt
|
||||
VERSION=${VERSION:-5.0.1}
|
||||
VERSION=${VERSION:-5.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="zuluCrypt"
|
||||
VERSION="5.0.1"
|
||||
VERSION="5.0.2"
|
||||
HOMEPAGE="http://mhogomchungu.github.io/zuluCrypt/"
|
||||
DOWNLOAD="https://github.com/mhogomchungu/zuluCrypt/releases/download/5.0.1/zuluCrypt-5.0.1.tar.xz"
|
||||
MD5SUM="d3b2733529659897df838798aa349266"
|
||||
DOWNLOAD="https://github.com/mhogomchungu/zuluCrypt/releases/download/5.0.2/zuluCrypt-5.0.2.tar.xz"
|
||||
MD5SUM="baeca1a6273598eb8612a25b12d58455"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
REQUIRES="qt5 libpwquality libinput"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue