excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / logmein-hamachi.rb
blobc11bef8514608a276eef7fb1140dde8a569db8c8
1 cask "logmein-hamachi" do
2   version "2.1.827"
3   sha256 :no_check
5   url "https://secure.logmein.com/LogMeInHamachi.zip",
6       verified: "logmein.com/"
7   name "LogMeIn Hamachi"
8   desc "Hosted VPN service that lets you securely extend LAN-like networks"
9   homepage "https://vpn.net/"
11   deprecate! date: "2024-07-07", because: :unmaintained
13   installer manual: "LogMeInHamachiInstaller.app"
15   uninstall script: {
16     executable: "/Applications/LogMeIn Hamachi/HamachiUninstaller.app/Contents/Resources/uninstaller.sh",
17     sudo:       true,
18   }
20   zap trash: [
21     "/Library/Application Support/LogMeIn Hamachi",
22     "~/Library/Application Support/LogMeIn Hamachi",
23   ]
24 end