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 Sep 10, 2018
1 parent 2f7b659 commit 5422bd8
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 @@
5b5982a3eb43a8|6.16.9
5b964f57d83da0|6.17.5
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.16.9</version>
<version>6.17.5</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.16.9/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.17.5/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = 'C7ED63D1E20B13D476E5463B1A93857F800DE0BC83B548E6A6777B0B50F4AE7FD157E473BAB84D47D7137B19F9EDD9DEABE5C2496A7857A3A4DA1D0FF0CAA729'
checksum = 'D67458B65F14121C2D2A92EE143AD592938A47BD7E288AB6BCC889E19369EED2CB7C066BF1A1450263781B1FD21CF32375F906024D5F7D45B551B2F820DEC09B'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down

0 comments on commit 5422bd8

Please sign in to comment.