system/veracrypt: Updated for version 1.22.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Thomas Szteliga 2018-04-22 12:59:53 +01:00 committed by Willy Sudiarto Raharjo
parent 7590f1e524
commit 53c2e49f07
4 changed files with 6 additions and 11 deletions

View file

@ -2,8 +2,3 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -16,4 +16,4 @@ veracrypt: and partitions encryption making it immune to new developments
veracrypt: in brute-force attacks. VeraCrypt also solves many vulnerabilities
veracrypt: and security issues found in TrueCrypt.
veracrypt:
veracrypt: Project homepage: https://www.veracrypt.fr/
veracrypt:

View file

@ -2,7 +2,7 @@
# Slackware build script for VeraCrypt
# Copyright (c) 2016-2017 Thomas Szteliga <ts@websafe.pl>, Opole, PL
# Copyright (c) 2016-2018 Thomas Szteliga <ts@websafe.pl>, Opole, PL
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@ -23,7 +23,7 @@
# THE SOFTWARE.
PRGNAM=veracrypt
VERSION=${VERSION:-1.21}
VERSION=${VERSION:-1.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="veracrypt"
VERSION="1.21"
VERSION="1.22"
HOMEPAGE="https://www.veracrypt.fr/"
DOWNLOAD="https://launchpad.net/veracrypt/trunk/1.21/+download/VeraCrypt_1.21_Source.tar.bz2"
MD5SUM="00c0f7101c2956e99c54cb8966e7fc92"
DOWNLOAD="https://launchpad.net/veracrypt/trunk/1.22/+download/VeraCrypt_1.22_Source.tar.bz2"
MD5SUM="54dd43d2d9155cf54504dbc57984e822"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxGTK3 makeself"