Skip to content

Commit

Permalink
AU: 3 updated - nodejs nodejs.install totalcommander
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 4, 2018
1 parent 00d195a commit 3bf0ee1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 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/v10.5.0/node-v10.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v10.5.0/node-v10.5.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v10.x/node-v10.6.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v10.x/node-v10.6.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: 74762C180EACC460769055B6FCFD6CF6168DE8E3AE5622B99CC1C1BF59B99C1F
checksum64: BAEE3A34ECBE9040C6DA8F01EB61BDE563A0458A94401A80DD87229FC938ADD4
checksum32: 7F633B62D43C2449CE012E87B7CC27DE342D7D329E665D33A31D7AB3053BF2C6
checksum64: C45D18F6E47A8DBCEE7CA9C3EB271361CC6BAC18B9D809FDD579EEBFC4AA89EB

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 @@ -23,5 +23,6 @@
"10.1": "10.1.0",
"10.2": "10.2.0",
"10.4": "10.4.1",
"10.5": "10.5.0"
"10.5": "10.5.0",
"10.6": "10.6.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>10.5.0</version>
<version>10.6.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-v10.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v10.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v10.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v10.6.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
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"10.1": "10.1.0",
"10.2": "10.2.1",
"10.4": "10.4.1",
"10.5": "10.5.0"
"10.5": "10.5.0",
"10.6": "10.6.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>10.5.0</version>
<version>10.6.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="[10.5.0]" />
<dependency id="nodejs.install" version="[10.6.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/totalcommander/TotalCommander.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>totalcommander</id>
<title>Total Commander</title>
<version>9.12.0.20180528</version>
<version>9.20</version>
<authors>Christian Ghisler</authors>
<owners>chocolatey, dtgm</owners>
<summary>File manager and explorer replacement</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/totalcommander/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from TotalCommander website and can be verified like this:

1. Download the following installers:
setup: <http://totalcommander.ch/win/tcmd912x32_64.exe>
setup: <https://totalcommander.ch/win/tcmd920x32_64.exe>
installer: <http://ghisler.fileburst.com/addons/installer.zip>

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
checksum-setup: D3C587D74319BA69D338B3F5A51EEF2AEDE4DF64295E0AB8F5DD9C31D4ABCC06
checksum-setup: 7A0C0B63D6D06BA5A302DB3D2FAC5875BB399F5DDDAF27BEC41F94D976D49075
checksum-installer: 80DE9C2C49FC63965CF0E9BCB1A0E6D25187A1613BDE2086BDA79EFBDC8FCEB8

File 'LICENSE.txt' is obtained from help file of the application.

0 comments on commit 3bf0ee1

Please sign in to comment.