homebrew-cask/Casks/torguard.rb

21 lines
730 B
Ruby

cask 'torguard' do
version '3.96.1'
sha256 'd1809b0240cea4291a318749791f0c8700f7c2a7270d1032397d535fb54c75cc'
# 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