homebrew-cask/Casks/logmein-hamachi.rb

22 lines
584 B
Ruby

cask "logmein-hamachi" do
version :latest
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/"
installer manual: "LogMeInHamachiInstaller.app"
uninstall script: {
executable: "/Applications/LogMeIn Hamachi/HamachiUninstaller.app/Contents/Resources/uninstaller.sh",
sudo: true,
}
zap trash: [
"/Library/Application Support/LogMeIn Hamachi",
"~/Library/Application Support/LogMeIn Hamachi",
]
end