homebrew-cask/Casks/password-gorilla.rb

17 lines
556 B
Ruby
Raw Normal View History

2014-11-14 01:26:36 +08:00
cask :v1 => 'password-gorilla' do
2015-01-18 10:13:05 +08:00
version '1.5.3.7.3'
sha256 '877854465c7264198f40ab7a13e06a7bd1cf36431242dd3888ed6643b30c496e'
2015-01-18 10:13:05 +08:00
# dp100.com is the official download host per the vendor homepage
url "http://gorilla.dp100.com/downloads/gorilla.mac.#{version.gsub('.','')}.zip"
2015-01-12 03:00:30 +08:00
name 'Password Gorilla'
homepage 'https://github.com/zdia/gorilla'
license :gpl
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