Skip to content

Commit

Permalink
AU: 1 updated - nordvpn
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2018
1 parent 8ea6353 commit 7799af5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/nordvpn/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5bcdc453d1d370|6.18.5
5be19817cf33a8|6.18.9
2 changes: 1 addition & 1 deletion automatic/nordvpn/nordvpn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nordvpn</id>
<version>6.18.5</version>
<version>6.18.9</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nordvpn</packageSourceUrl>
<owners>AdmiringWorm, Sanshiro</owners>
<title>NordVPN</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nordvpn/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.18.5/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.18.9/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = '1894785444E0D656906D9EC7609D3123437EE5284E8B1793061215110703E9F06325D1B65AA87BE61B348D9552CB96C8E235D65DAAE676034471B5469E417C4E'
checksum = '7733A1F5B93DF0590C82671AF2E74FCAE89D3B833033E7DA18D4BA6B6A8C567D1220962F8DBAF3DF15D184206B9B2D08CB52748BA60DEDC65BE61EFEF6525502'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down

0 comments on commit 7799af5

Please sign in to comment.