Skip to content

Commit

Permalink
AU: 1 updated - nordvpn
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jun 3, 2020
1 parent ff4cdc3 commit a481412
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 @@
5e8ade89d516a0|6.28.13
5ed7824d17d19b8|6.30.8
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.28.13</version>
<version>6.30.8</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 @@ -8,9 +8,9 @@ Import-Certificate -FilePath "$toolsPath\nordvpn.cer" -CertStoreLocation "Cert:\
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.28.13/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.30.8/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = '93CC77506963CB204B745DF8C8E388FA806F419784219ADB4561E9B2E4B495A3946D667575542FA36D7E1FC795BA8EB6C4096EF7C8E2BF75F9E86A85473D68D7'
checksum = '14E067ADDAE210DB1AC1E1B6EC8F269542F2613BF37E5D6E9D922A0393FB6B53A99254F329A24195C8D977DD20E6885C3B22812FE8D7945B5D3731FE4B8E54A2'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down

0 comments on commit a481412

Please sign in to comment.