Skip to content

Commit

Permalink
AU: 2 updated - nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 3, 2020
1 parent bbc3739 commit 698a718
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
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/download/release/latest-v13.x/node-v13.14.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v13.x/node-v13.14.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.4.0/node-v14.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.4.0/node-v14.4.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: 3EE8964E399E98EC4F6A430922C1713041251E4F7C8A24285D9CC2D36BAB0B15
checksum64: 4413ADE3AA25C2EFEC47E6B2819455A7BCDA86C0B9A8D245748280549C05B103
checksum32: 67B9D369B9517EF030F4FDAF3DBAB07E9B74048C5B0528335202DEB8E3D7A768
checksum64: B6EB977EAA934F610A5028784614FB2E7A34587F9F9E2E6215FB9A62F784E947

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
6 changes: 3 additions & 3 deletions automatic/nodejs.install/nodejs.install.json
Expand Up @@ -3,11 +3,11 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.20.1",
"10": "10.21.0",
"11": "11.15.0",
"12": "12.17.0",
"12": "12.18.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.3.0"
"14": "14.4.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>13.14.0</version>
<version>14.4.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v13.14.0-x86.msi"
$filePath64 = "$toolsPath\node-v13.14.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.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 }
Expand Down
6 changes: 3 additions & 3 deletions automatic/nodejs/nodejs.json
Expand Up @@ -3,11 +3,11 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.20.1",
"10": "10.21.0",
"11": "11.15.0",
"12": "12.17.0",
"12": "12.18.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.3.0"
"14": "14.4.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>13.14.0</version>
<version>14.4.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-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[13.14.0]" />
<dependency id="nodejs.install" version="[14.4.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 698a718

Please sign in to comment.