homebrew-cask/Casks/logmein-hamachi.rb

20 lines
605 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'logmein-hamachi' do
2014-09-17 19:42:51 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# logmein.com was verified as official when first introduced to the cask
url 'https://secure.logmein.com/LogMeInHamachi.zip'
name 'LogMeIn Hamachi'
homepage 'https://vpn.net'
license :freemium
installer script: 'LogMeInHamachiInstaller.app/Contents/MacOS/Lili',
args: ['-s'],
sudo: true
uninstall script: {
executable: '/Applications/LogMeIn Hamachi/HamachiUninstaller.app/Contents/Resources/uninstaller.sh',
sudo: true,
}
end