system/truecrypt: Updated for version 7.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2011-10-04 01:33:12 -05:00 committed by Robby Workman
parent 3f4c99175b
commit 7bb3f175f7
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# http://connie.slackware.com/~alien/slackbuilds/truecrypt/build/
# http://repository.slacky.eu/slackware-12.2/security/6.3a/src
#
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
PRGNAM=truecrypt
SRCNAM=TrueCrypt
VERSION=${VERSION:-7.0a}
VERSION=${VERSION:-7.1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,8 +1,8 @@
PRGNAM="truecrypt"
VERSION="7.0a"
VERSION="7.1"
HOMEPAGE="http://www.truecrypt.org"
DOWNLOAD="http://www.truecrypt.org/downloads2"
MD5SUM="0a61616bc5c5ad90e876b4014c004ac9"
MD5SUM="a8268630a870faff07af940f63fb29eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"