summaryrefslogtreecommitdiff
path: root/truecrypt
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2007-06-27 01:00:14 -0400
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2007-06-27 01:00:14 -0400
commit6a33119d43bcd339608d7f15000f8757d5878c92 (patch)
tree0918f5f720d9640b764ff360dcddc09be0d4fd58 /truecrypt
parent873e4a6fab0a3544de79f92e1c8d623e4cf1e1ad (diff)
downloadcontrib-6a33119d43bcd339608d7f15000f8757d5878c92.tar.gz
contrib-6a33119d43bcd339608d7f15000f8757d5878c92.tar.xz
truecrypt: updated to version 4.3a
Diffstat (limited to 'truecrypt')
-rw-r--r--truecrypt/.md5sum2
-rw-r--r--truecrypt/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/truecrypt/.md5sum b/truecrypt/.md5sum
index f4bad2996..2422d38d3 100644
--- a/truecrypt/.md5sum
+++ b/truecrypt/.md5sum
@@ -1 +1 @@
-6e60ead403fe23355f61341ccce68ff1 truecrypt-4.2a-source-code.tar.gz
+8f2536eae16e6044a22b2a82c7003357 truecrypt-4.3a-source-code.tar.gz
diff --git a/truecrypt/Pkgfile b/truecrypt/Pkgfile
index 273bca8ce..1d0daad35 100644
--- a/truecrypt/Pkgfile
+++ b/truecrypt/Pkgfile
@@ -5,12 +5,12 @@
# Depends on: libdevmapper
name=truecrypt
-version=4.2a
+version=4.3a
release=1
source=(http://www.truecrypt.org/downloads/$name-$version-source-code.tar.gz)
build () {
- cd $name-$version/Linux
+ cd truecrypt-$version-source-code/Linux
./build.sh
install -m 755 -D Cli/truecrypt $PKG/usr/bin/truecrypt
install -m 644 -D Cli/Man/truecrypt.1 $PKG/usr/man/man1/truecrypt.1

Generated by cgit