diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 635e78e7aa6..afaed02b902 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: 3C4B1FD055B5D25BDDA9DBFB1E37D87CC1C28CAA987335983B69FD9F8E43D3AB - checksum64: 3B471BBA5B19EF58B65460B1F0B71D27BCEEAA9218809F75DEDC98A6F7A426BE + checksum32: A9502E588C14EE56810C64392F4F696591A8B4E76197ABF1CCC1CB3228CEED8E + checksum64: CA494B558C8A8885BEB4DED633B11B6F34A6B903EDA725D156EDB15F8F07A5AD File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index b234c49db3f..42f8251279b 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -4,5 +4,5 @@ "8": "8.11.4", "9": "9.11.1", "10": "10.14.1", - "11": "11.2.0" + "11": "11.4.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index cb742dd2d93..45f47de0984 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 10.14.1 + 11.4.0 Node.js Foundation chocolatey, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index 3e28d453fdd..3f405b67e63 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v10.14.1-x86.msi" -$filePath64 = "$toolsPath\node-v10.14.1-x64.msi" +$filePath32 = "$toolsPath\node-v11.4.0-x86.msi" +$filePath64 = "$toolsPath\node-v11.4.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 } @@ -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 diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 93da6745440..b304f112d35 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -4,5 +4,5 @@ "8": "8.11.4", "9": "9.11.1", "10": "10.14.1", - "11": "11.2.0" + "11": "11.4.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 3feca5d55e3..c226f1aca28 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 6.15.1 + 11.4.0 Node.js Foundation chocolatey, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +