homebrew-cask/Casks/ivpn.rb

27 lines
760 B
Ruby

cask 'ivpn' do
version '2.11.3'
sha256 '3added978a896a82851abeacbbe47198e95f048c3ea8a206e9c9c6fe9573974e'
url "https://cdn.ivpn.net/releases/osx/IVPN-#{version}.dmg"
appcast 'https://www.ivpn.net/setup/mac-changelog.html'
name 'IVPN'
homepage 'https://www.ivpn.net/apps-macos'
auto_updates true
app 'IVPN.app'
uninstall_preflight do
set_ownership "#{appdir}/IVPN.app"
end
uninstall delete: [
'/Library/Application Support/IVPN',
'/Library/PrivilegedHelperTools/net.ivpn.client.Helper',
],
launchctl: 'net.ivpn.client.Helper',
quit: 'net.ivpn.client.IVPN'
zap trash: '~/Library/Preferences/net.ivpn.client.IVPN.plist'
end