Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install sysinternals webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2017
1 parent f79cadf commit c38805b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 17 deletions.
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v9.2.1/node-v9.2.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.2.1/node-v9.2.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.3.0/node-v9.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.3.0/node-v9.3.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: 9D622B2BE2715FE7CA277224117983D0BED812958F0DC537FA7456B6C071D327
checksum64: 57BC46262BCF52535C95786C608B0303AC034A8C3089EE6015F7EC74941E42DC
checksum32: D612AF918FA8202C6D29F269C4452508712B3F01F9B8C4489441CF0C985A4B36
checksum64: FE04C4A19BF6C400C1EA2F984E15F2B1E440D627681BFC97DB92E243D42E5185

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
3 changes: 2 additions & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"9.0": "9.0.0",
"6.12": "6.12.2",
"9.1": "9.1.0",
"9.2": "9.2.1"
"9.2": "9.2.1",
"9.3": "9.3.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>9.2.1</version>
<version>9.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v9.2.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.2.1-x64.msi"
$filePath32 = "$toolsPath\node-v9.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.3.0-x64.msi"
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"9.0": "9.0.0",
"6.12": "6.12.2",
"9.1": "9.1.0",
"9.2": "9.2.1"
"9.2": "9.2.1",
"9.3": "9.3.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>9.2.1</version>
<version>9.3.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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.2.1]" />
<dependency id="nodejs.install" version="[9.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2017.11.21</version>
<version>2017.12.12</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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 = 'a463f1292a6194b0c10209e758e5743960545cc14a41864f1283e04d3187b1eb'
checksum = '522d1b52e9a1ef15663b34fb7494a28f81e30376243e0d9d453c9f27219955ac'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '44da012cb653dc5f0b851519b0d64ccc61845c8a0e03f0c660471c2401d47ab7'
$packageArgs.checksum = '369c8906e82d51bfa0a636392aa9d8ecc0ed025609aabead8ea18d5925a2761e'
}

$old_path = 'c:\sysinternals'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.3.exe'
checksum = '9779a9df65c78832c91c7cd23678f36e5806d469461f8c6c692c5c4174e9cdec'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.3.1.exe'
checksum = '22115139afee9be9b1b525023a110132a0258b3826bc89952e35ffacd91246cf'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2017.3</version>
<version>2017.3.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit c38805b

Please sign in to comment.