Add PrivateVPN 2.11 (#83501)

Co-authored-by: Randall <17261190+ran-dall@users.noreply.github.com>
This commit is contained in:
Francisco Pereira 2020-06-01 08:51:47 +02:00 committed by GitHub
parent b869df22cf
commit 1e91c1d171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
Casks/privatevpn.rb Normal file
View File

@ -0,0 +1,22 @@
cask 'privatevpn' do
version '2.11'
sha256 '5c1815b7778bd5f8950e77c3d81873a7f024c291169e8065e6d7324ad0a98d03'
url 'https://privatevpn.com/client/PrivateVPN.dmg'
appcast 'https://xu515.pvdatanet.com/v3/mac/appcast.xml'
name 'PrivateVPN'
homepage 'https://privatevpn.com/'
depends_on macos: '>= :el_capitan'
app 'PrivateVPN.app'
zap trash: [
'/Library/LaunchDaemons/com.privat.vpn.helper.plist',
'/Library/PrivilegedHelperTools/com.privat.vpn.helper',
'~/Library/Application Support/com.privat.vpn',
'~/Library/Caches/com.privat.vpn',
'~/Library/Cookies/com.privat.vpn.binarycookie',
'~/Library/Preferences/com.privat.vpn.plist',
]
end