mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
239 B
Ruby
7 lines
239 B
Ruby
class Truecrypt < Cask
|
|
url 'http://www.truecrypt.org/download/TrueCrypt%207.1a%20Mac%20OS%20X.dmg'
|
|
homepage 'http://truecrypt.org/'
|
|
version '7.1a'
|
|
sha1 '16e6d7675d63fba9bb75a9983397e3fb610459a1'
|
|
install 'TrueCrypt 7.1a.mpkg'
|
|
end
|