homebrew-cask/Casks/veracrypt.rb

25 lines
926 B
Ruby
Raw Normal View History

2016-04-09 03:34:27 +08:00
cask 'veracrypt' do
2016-08-20 02:45:29 +08:00
version '1.18a'
sha256 'b7c6b1a321a5f712b3bce13523c26f2fe7caa7a4062c01e5be9eba4779bd524b'
2016-04-09 03:34:27 +08:00
2016-04-24 02:46:25 +08:00
# download-codeplex.sec.s-msft.com/Download/Release?ProjectName=veracrypt was verified as official when first introduced to the cask
2016-08-20 02:45:29 +08:00
url 'https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=veracrypt&DownloadId=1601965&FileTime=131159523657700000&Build=21031'
2016-04-09 03:34:27 +08:00
name 'VeraCrypt'
homepage 'https://veracrypt.codeplex.com/'
license :oss
2016-06-09 20:09:32 +08:00
depends_on cask: 'osxfuse'
2016-04-09 03:34:27 +08:00
pkg 'VeraCrypt_Installer.pkg'
uninstall pkgutil: 'com.idrix.pkg.veracrypt'
caveats <<-EOS.undent
#{token} requires osxfuse with "MacFUSE Compatibility Layer" enabled.
If you did not enable that option, #{token} will fail to install.
To enable the option, you need to install osxfuse manually (double-click the installer).
The installer should be located under #{Hbc.caskroom}/osxfuse
EOS
2016-04-09 03:34:27 +08:00
end