Add nordvpn-teams (#85078)

* Add nordvpn-teams

* Update nordvpn-teams.rb

* Update nordvpn-teams.rb

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Paulius M 2020-06-27 14:34:18 +03:00 committed by GitHub
parent 926548f359
commit ef0db47a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
Casks/nordvpn-teams.rb Normal file
View File

@ -0,0 +1,25 @@
cask 'nordvpn-teams' do
version '1.4.0'
sha256 '5c549a6bc5f930f13471284a4ef20d7676bb43bf551d72e5e3873e4e588c2cd8'
# downloads.nordteams.com was verified as official when first introduced to the cask
url 'https://downloads.nordteams.com/mac/latest/NordVPNTeams.pkg'
appcast 'https://downloads.nordteams.com/mac/update.xml'
name 'NordVPN Teams'
homepage 'https://nordvpnteams.com/'
auto_updates true
pkg 'NordVPNTeams.pkg'
uninstall quit: 'com.nordvpn.macos.teams.NordVPNTeamsLauncher',
launchctl: 'com.nordvpn.macos.teams.21696',
delete: '/Library/PrivilegedHelperTools/com.nordvpn.osx.helper',
pkgutil: 'com.nordvpn.macos.teams'
zap trash: [
'~/Library/Application Support/com.nordvpn.macos.teams',
'~/Library/Caches/com.nordvpn.macos.teams',
'~/Library/Preferences/com.nordvpn.macos.teams.plist',
]
end