homebrew-cask/Casks/torguard.rb

21 lines
732 B
Ruby

cask 'torguard' do
version '3.98.10'
sha256 'fe93d997566513060688e64530a5c095f559e37b39c7a14d6962829e3c939008'
# torguard.biz/ was verified as official when first introduced to the cask
url "https://updates.torguard.biz/Software/MacOSX/TorGuard-v#{version}.dmg"
appcast 'https://updates.torguard.biz/Software/MacOSX/checksums.sha256'
name 'TorGuard'
homepage 'https://torguard.net/'
pkg 'Install TorGuard.pkg'
uninstall pkgutil: 'net.torguard.TorGuardDesktopQt',
delete: '/Applications/TorGuard.app'
zap trash: [
'~/Library/Preferences/net.torguard.TorGuard*.plist',
'~/Library/Saved Application State/net.torguard.TorGuardDesktopQt.savedState',
]
end