From d1645760f91a5092e6966da93ad213c4142bee2f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 16 Mar 2019 00:10:38 +0000 Subject: [PATCH] AU: 2 updated - nodejs nodejs.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c82aa31eb321d4dd4b39da38ab121fd7623d0949 --- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 2 +- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index f11645564a7..9cb9ae7e24f 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: 495A3C9438D69F7F00AA6B3DCB01F9079D16F093F0CCF17595D60B497EE78A07 - checksum64: 215473345EA3893790B01588170E795070AB769533556F2C7BAA3FA9BFAC4B4E + checksum32: F74D95C5FC429391168E2C9A382F6690D6F62001633542EE2C464851E2F66413 + checksum64: 1F2DE3AC2C6141158A2F72C2ACFD692CB54D89EB37C487E110E975FC3632EFB2 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 3bac14e8a3d..da1e71440ee 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -4,5 +4,5 @@ "8": "8.15.1", "9": "9.11.1", "10": "10.15.3", - "11": "11.11.0" + "11": "11.12.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 6aea9f21a89..11c61e6f782 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.11.0 + 11.12.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 62a8838789d..00c03550f37 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.11.0-x86.msi" -$filePath64 = "$toolsPath\node-v11.11.0-x64.msi" +$filePath32 = "$toolsPath\node-v11.12.0-x86.msi" +$filePath64 = "$toolsPath\node-v11.12.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 3bac14e8a3d..da1e71440ee 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -4,5 +4,5 @@ "8": "8.15.1", "9": "9.11.1", "10": "10.15.3", - "11": "11.11.0" + "11": "11.12.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 884a9e96b62..81918e08c9b 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 11.11.0 + 11.12.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 - +