homebrew-cask/Casks/torguard.rb

21 lines
730 B
Ruby

cask 'torguard' do
version '3.89.0'
sha256 '6eb4007e361365a18eb9fdb3e38a553cd4c558252544670f378b1263d880831f'
# 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