You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
522 B
14 lines
522 B
class Truecrypt71a < Cask
|
|
url 'https://github.com/DrWhax/truecrypt-archive/raw/231bb2f64564a087de338a68fb9498320eecfe2a/TrueCrypt%207.1a%20Mac%20OS%20X.dmg'
|
|
homepage 'http://truecrypt.sourceforge.net/'
|
|
version '7.1a'
|
|
sha256 '04db58b737c05bb6b0b83f1cb37a29edec844b59ff223b9e213ee1f4e287f586'
|
|
install 'TrueCrypt 7.1a.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
|
|
|