homebrew-cask/Casks/mullvadvpn.rb

18 lines
611 B
Ruby

cask 'mullvadvpn' do
version '2019.10'
sha256 '85279364f2f262136bc0a8092fd665619b69944e7e1ba9bff2ee99dadd10bf8f'
# 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