Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install sysinternals vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 23, 2021
1 parent 3927fbd commit b2b06e7
Show file tree
Hide file tree
Showing 9 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/dist/v16.9.1/node-v16.9.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.9.1/node-v16.9.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.10.0/node-v16.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.10.0/node-v16.10.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: 363878C30BA179640EDF388C3125FA3E06AC9A9455E6F683776C9E9B8DBA6BF8
checksum64: 5B615F36EFA4700D7799A08C8EA9614317808E0984EC36CF4774B3489140C001
checksum32: D4A800849AB7F0AE701A5C29A3C0F79E491EFB0124BDC3E695CC5DC2FAEF2088
checksum64: EAA59FD94899078F118130BF31448A4D307CCE3F3687CFF99FA71E1A89C0B1B6

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.6",
"15": "15.14.0",
"16": "16.9.1"
"16": "16.10.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>16.9.1</version>
<version>16.10.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, 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-v16.9.1-x86.msi"
$filePath64 = "$toolsPath\node-v16.9.1-x64.msi"
$filePath32 = "$toolsPath\node-v16.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.10.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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.6",
"15": "15.14.0",
"16": "16.9.1"
"16": "16.10.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>16.9.1</version>
<version>16.10.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, 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="[16.9.1]" />
<dependency id="nodejs.install" version="[16.10.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2021.9.1</version>
<version>2021.9.22</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'feb1b49634b674c74d65d5d32eb14c6f023913f14e875af5f58da11909e64d0f'
checksum = 'ba34f8383069a680a7abb81af085ac350e1f84995e851825f703bafe604990e2'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.60.1</version>
<version>1.60.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.60.1]" />
<dependency id="vscode.install" version="[1.60.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit b2b06e7

Please sign in to comment.