Skip to content

Commit

Permalink
AU: 2 updated - nordvpn origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 8, 2018
1 parent 09d1113 commit 52514bf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/nordvpn/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5abcc017cb2440|6.12.11
5aeafcbac9e200|6.13.13
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.12.11</version>
<version>6.13.13</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.12.11/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.13.13/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = '3E6A03A7F91831479CC6EC0FF1FB7D97350C1ACB9E38BFD2E611C4A748F4602DD4D8F4DC0F501EFE1CEE1C9E0E9E8857BA6781D68B4175D2116475BFF6C236E9'
checksum = '00A1900298D926818D5103562F511DE39B3015913AF5D69A1632C694C366F0941DAD1B46CF9C7D5E832855E20E57B8ED87A3EA668699FC7456B0FBB3488BA58A'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/origin/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"05b5e98d5a0c0f4376193d2e3e954cbc-14"|10.5.17.52805
"251d093ffdadb7de66a76610b18ec052-14"|10.5.18.58059
2 changes: 1 addition & 1 deletion automatic/origin/origin.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>origin</id>
<version>10.5.17.52805</version>
<version>10.5.18.58059</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/origin</packageSourceUrl>
<owners>AdmiringWorm, thaiphan</owners>
<title>Origin</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/origin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://download.dm.origin.com/origin/live/OriginSetup.exe'
softwareName = 'Origin*' # Probably not needed, but we add registry keys so we keep it
checksum = '132E4318BDC2001298A2D1C02310CE31AA39E09E0BC4C4C6A93313234E15D1162411367C47BB49A65C25AD0BBAC4EB8607AD7283B8AE9D11B428FB23121FFE89'
checksum = 'DB76BE547F3B1D87F443EADA321D5A81F21FAE34B471340A4B9595501472BC197D417B3CA43DAB8DA99B5203EC48035F92C0543C962E282C9C3D5134C5C8A00E'
checksumType = 'sha512'
destination = Get-PackageCacheLocation
}
Expand All @@ -20,10 +20,10 @@ $packageArgs['file'] = $zipFile
$packageArgs['destination'] = GetInstallLocation $pp

if ($pp.NoAutoUpdate) {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.17.52805'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.18.58059'
}
else {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.17.52805'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.18.58059'
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 52514bf

Please sign in to comment.