From 833e5c022b9b37e1c68f46962b3237305c516917 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 5 Apr 2018 00:36:22 +0000 Subject: [PATCH] AU: 2 updated - nodejs nodejs.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2775811da31dce98746552439fb19547c2f5509d --- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 3 ++- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 3 ++- automatic/nodejs/nodejs.nuspec | 4 ++-- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 3c9ff2f1522..7dcccdaef69 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: 26A6B7F8F2A1D1239BB0E9C96E671AAF413DC7BA7C4F9438C9F27F6146E595F7 - checksum64: 5DF7F40F81AB574F9E44434F7847A5FBCE48E76ED4A32FB3D80FAC00592DA6B9 + checksum32: 722D234369822507E288AE194A0FB7BFDF9A6B2FABC8C1B345FCAFC7EC601CF3 + checksum64: 27CA07F3EEAC71902F6DAEC28E763FE1C4C19E112DA89D5D226E95B4750D6961 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index ffbe7e0cbd9..40f71be55fd 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -17,5 +17,6 @@ "4.9": "4.9.1", "6.14": "6.14.1", "8.11": "8.11.1", - "9.10": "9.10.1" + "9.10": "9.10.1", + "9.11": "9.11.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index adf36a7f15f..fec1af2ac78 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 9.10.1 + 9.11.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 dbd805e26c4..dd35ce43356 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-v9.10.1-x86.msi" -$filePath64 = "$toolsPath\node-v9.10.1-x64.msi" +$filePath32 = "$toolsPath\node-v9.11.0-x86.msi" +$filePath64 = "$toolsPath\node-v9.11.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 95490963f56..9fae958296b 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -18,5 +18,6 @@ "4.9": "4.9.1", "6.14": "6.14.1", "8.11": "8.11.1", - "9.10": "9.10.1" + "9.10": "9.10.1", + "9.11": "9.11.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index fa6d477c1c2..8e2b95864bb 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 9.10.1 + 9.11.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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +