TrueCrypt updated to 2.7 + warning added

This commit is contained in:
Radek Simko 2014-06-01 21:56:38 +01:00
parent 39a82dfc55
commit 1876708d05
1 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,14 @@
class Truecrypt < Cask
url 'http://www.truecrypt.org/download/TrueCrypt%207.1a%20Mac%20OS%20X.dmg'
url 'http://downloads.sourceforge.net/sourceforge/truecrypt/TrueCrypt-7.2-Mac-OS-X.dmg'
homepage 'http://truecrypt.org/'
version '7.1a'
sha256 '04db58b737c05bb6b0b83f1cb37a29edec844b59ff223b9e213ee1f4e287f586'
install 'TrueCrypt 7.1a.mpkg'
version '7.2'
sha256 '01acf85be9b23a1c718193c40f3ecaaf6551695e0dc67c28345e560cca56c94e'
install 'TrueCrypt 7.2.mpkg'
caveats do
files_in_usr_local
<<-EOS.undent
Warning: TrueCrypt IS NOT SECURE and the development was ended, see more:
http://truecrypt.sourceforge.net/
EOS
end
end