Skip to content

Commit

Permalink
AU: 3 updated - chromium nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 2, 2018
1 parent 05538f2 commit f3d9c0f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>66.0.3359.0-snapshots</version>
<version>67.0.3360.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/540119/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/540119/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/540444/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/540442/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 1A72E21E6DC9D7E996E894EA0431BBF2811F93B9A8E3FFDB4EB33AD205FC2229
checksum64: 2A168254792D7F5EB0C5FCC674A66D32B203555E975507A1BE98AFC6ADA32A6F
checksum32: 8EF94FFC2AB620410C138227B01C39A9EE93BFC9E574A141A3769811D8ABEFE1
checksum64: 94CC0A95573F9854033F08EE7DB2CFFF697CBF4983B939A324F56F7ADD770C9B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "66.0.3359.0-snapshots"
$version = "67.0.3360.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.7.0/node-v9.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.7.0/node-v9.7.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.7.1/node-v9.7.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.7.1/node-v9.7.1-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: FB7E4F5E84ACAA06821313E11D09A76893FBE602ECB9D567379C4E75E9D9F376
checksum64: 2A37C917C6CBB3A3AA04EC3BF82A2ED703BF44DE3D0C13AF9A6C33C04EA060BA
checksum32: CEAFA0BAEE5E20BEE0876B6BE04B70C03D84A6BEDFEE87451C254F6D9FA2BEB4
checksum64: C78306E1DEFB8B12195E600DA9CF33C08BAF9832A719B7941A7060991829000F

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
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"9.4": "9.4.0",
"6.13": "6.13.0",
"9.6": "9.6.0",
"9.7": "9.7.0"
"9.7": "9.7.1"
}
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.7.0</version>
<version>9.7.1</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.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.7.0-x64.msi"
$filePath32 = "$toolsPath\node-v9.7.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.7.1-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
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"9.5": "9.5.0",
"6.13": "6.13.0",
"9.6": "9.6.1",
"9.7": "9.7.0"
"9.7": "9.7.1"
}
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.7.0</version>
<version>9.7.1</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.7.0]" />
<dependency id="nodejs.install" version="[9.7.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit f3d9c0f

Please sign in to comment.