diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 1937c5bff06..67a3821f410 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: 1B02F4F4643FFDF32FFC10035144A8EEB5DDF3E4F9753FAAA1DABF9ECBFE48E6 - checksum64: A4BE82FAD7610131A68507AAD93DB4BB5809025AF499B667E8201C93EE85AEA4 + checksum32: 9F9FF8B4B4DCE9C52EE5CD777D444D008932A196254DB5BE48B954106B1BA096 + checksum64: A4810C4198D358BDC789A22E52FD86CB49CB9F7585F62215C6B9D0797B55113A File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index a49dba92f5c..13d62bb2577 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -31,5 +31,6 @@ "10.10": "10.10.0", "10.11": "10.11.0", "10.12": "10.12.0", - "11.0": "11.0.0" + "11.0": "11.0.0", + "10.13": "10.13.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index b8b36badd8f..d80686b3a50 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 11.0.0 + 10.13.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 d134b26874b..685c76b8668 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-v11.0.0-x86.msi" -$filePath64 = "$toolsPath\node-v11.0.0-x64.msi" +$filePath32 = "$toolsPath\node-v10.13.0-x86.msi" +$filePath64 = "$toolsPath\node-v10.13.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 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 3b5438bb8aa..e4a7bc3ab97 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -33,5 +33,6 @@ "8.12": "8.12.0", "10.11": "10.11.0", "10.12": "10.12.0", - "11.0": "11.0.0" + "11.0": "11.0.0", + "10.13": "10.13.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 062d25b4245..3aea2ce0771 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 11.0.0 + 10.13.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 - +