homebrew-cask/Casks/appgate-client.rb

21 lines
639 B
Ruby
Raw Normal View History

cask 'appgate-client' do
version '11.2.7'
sha256 '6188c0f0ba36bcc1f6876e75af28a2d645cf46c247c026e995061991c691dc9c'
2017-02-24 08:47:52 +08:00
url "http://download.cryptzone.com/files/download/AppGate-#{version}/Clients/MacOSX/AppGate_Client.dmg"
name 'AppGate (classic)'
homepage 'https://www.cryptzone.com/downloadcenter/appgate-classic/'
pkg 'AppGate Client.pkg'
uninstall launchctl: 'com.cryptzone.appgate.fwdd',
pkgutil: [
'com.appgate.pkg.appgateclient.component',
'com.appgate.pkg.appgatefwd.component',
]
2017-02-24 08:47:52 +08:00
caveats do
2018-05-17 06:23:57 +08:00
depends_on_java '6+'
2017-02-24 08:47:52 +08:00
end
end