homebrew-cask/Casks/mullvadvpn.rb

18 lines
610 B
Ruby

cask 'mullvadvpn' do
version '2019.9'
sha256 '90f4bcfa4403bcde0e4f29d68aef7fd8cf2bf33bd1a43836601bb764d50f0497'
# github.com/mullvad/mullvadvpn-app was verified as official when first introduced to the cask
url "https://github.com/mullvad/mullvadvpn-app/releases/download/#{version}/MullvadVPN-#{version}.pkg"
appcast 'https://github.com/mullvad/mullvadvpn-app/releases.atom'
name 'Mullvad VPN'
homepage 'https://mullvad.net/'
conflicts_with cask: 'mullvadvpn-beta'
pkg "MullvadVPN-#{version}.pkg"
uninstall pkgutil: 'net.mullvad.vpn',
launchctl: 'net.mullvad.daemon'
end