Skip to content

Commit

Permalink
AU: 3 updated - nodejs nodejs.install skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2019
1 parent b413ea1 commit 3af648d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v10.15.1/node-v10.15.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v10.15.1/node-v10.15.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v11.9.0/node-v11.9.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v11.9.0/node-v11.9.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 415A644DEDC7BE22F350E5972CA1EEFB4F19A739B6C3315731103EADC810C4BE
checksum64: FBB258288090715CE82F7301198BD552FF9A9FC03652FFB63269BA232B626D22
checksum32: E5C55283F9C9AC0938CDC1054F63E662A0A993D842906660D2650E0431A171A8
checksum64: 26E105F9B2629A414DA57ACA340F4618002B01000CE138A48430CFADD51DA2C9

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"8": "8.15.0",
"9": "9.11.1",
"10": "10.15.1",
"11": "11.8.0"
"11": "11.9.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>10.15.1</version>
<version>11.9.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v10.15.1-x86.msi"
$filePath64 = "$toolsPath\node-v10.15.1-x64.msi"
$filePath32 = "$toolsPath\node-v11.9.0-x86.msi"
$filePath64 = "$toolsPath\node-v11.9.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand All @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport,NodePerfCtrSupport'
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"8": "8.15.0",
"9": "9.11.1",
"10": "10.15.1",
"11": "11.8.0"
"11": "11.9.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>10.15.1</version>
<version>11.9.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[10.15.1]" />
<dependency id="nodejs.install" version="[11.9.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.37.0.98</version>
<version>8.38.0.138</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.37.0.98.exe'
checksum = '4a356127b083e8b7840bc37fa07057c4ec40f3f992f4a7b1825a58c10f925289'
url = 'https://download.skype.com/s4l/download/win/Skype-8.38.0.138.exe'
checksum = '244696af41f9c3b6a33906a8bab7476cfa8e58f17e74672d87b68fb04e060b5a'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 3af648d

Please sign in to comment.