homebrew-cask/Casks/mullvadvpn.rb

18 lines
607 B
Ruby

cask 'mullvadvpn' do
version '2018.3'
sha256 '4c5424ed7843e83aa3488b3abcb446aade13e9341364b267ada6471d595255d1'
# 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'
homepage 'https://mullvad.net/'
conflicts_with cask: 'mullvad-vpn-beta'
pkg "MullvadVPN-#{version}.pkg"
uninstall pkgutil: 'net.mullvad.vpn',
launchctl: 'net.mullvad.daemon'
end