homebrew-cask/Casks/ivpn.rb

27 lines
760 B
Ruby

cask 'ivpn' do
version '2.12.3'
sha256 '858b8fcf618a6213e1021f108d5f0986e79d6faca378a7b6d33d39c48490585e'
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