excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / hma-vpn.rb
blob1851da64e3ebe7f2ff149575f4c1d9e71ecc32ec
1 cask "hma-vpn" do
2   version :latest
3   sha256 :no_check
5   url "https://s-mac-sl.avcdn.net/macosx/privax/HMA-VPN.dmg",
6       verified: "s-mac-sl.avcdn.net/"
7   name "HMA! VPN"
8   desc "VPN program from Hide My Ass"
9   homepage "https://www.hidemyass.com/index.html"
11   installer manual: "Install HMA VPN.pkg"
13   uninstall launchctl: "com.privax.osx.provpn.helper",
14             quit:      "com.privax.osx.provpn.helper",
15             delete:    [
16               "/Applications/HMA VPN.app",
17               "/Library/PrivilegedHelperTools/com.privax.osx.provpn.helper",
18             ]
20   zap trash: [
21     "~/Library/Preferences/com.privax.osx.provpn.helper.plist",
22     "~/Library/Saved Application State/com.privax.osx.provpn.helper.savedState",
23   ]
24 end