homebrew-cask/Casks/password-gorilla.rb

15 lines
455 B
Ruby
Raw Normal View History

2014-11-14 01:26:36 +08:00
cask :v1 => 'password-gorilla' do
version '1.5.3.7.2'
sha256 '4d026a5fa088fe9622cbe00c5811da2f360949c7cfb46ce6e4899a09645cb83a'
2014-10-23 22:18:38 +08:00
url "http://zdia.de/downloads/gorilla/gorilla#{version.gsub('.','')}.zip"
homepage 'https://github.com/zdia/gorilla'
2014-10-01 23:33:35 +08:00
license :oss
2014-09-16 00:06:05 +08:00
app 'Password Gorilla.app'
caveats <<-EOS.undent
Password Gorilla must be run in 32-bit mode.
Gatekeeper may need to be temporarily disabled for the first launch.
EOS
end