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 Jul 10, 2018
1 parent b15cc38 commit f347f32
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 @@
5b2ce1dbf1e6f0|6.14.31
5b447e64f081c0|6.15.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.14.31</version>
<version>6.15.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.14.31/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.15.5/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = '2C8E1EFB02588BD37414A0257255C1814366F6B060DAEDC5D0B741E22558B1AACC8842A8DBF2861DC0EFD4D4C9AB83246F3BEA8C646E275416E72B1D8287009D'
checksum = 'DF88A140821E24843A39433AB64288096D18716FC517C167C0C614A85BC8A4FB5DF2C875F7CF469AAD62574D983075A6112794CA1F3951051E322FFB2B760943'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down

0 comments on commit f347f32

Please sign in to comment.