Skip to content

Commit

Permalink
AU: 4 updated - GoogleChrome mkdocs-material nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 7, 2018
1 parent 648fcd1 commit d1ebeb6
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>64.0.3282.18600</version>
<version>65.0.3325.14600</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '64.0.3282.186'
$version = '65.0.3325.146'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '331567f16ffb1e994f7021976eed19a38e63d5851bbf2094ed4bce3c9251d5f1'
checksum64 = 'dfe3e67edd44fdc66e49b18aef9204f8bb7a36093b075b5a7668cd7b283bdce7'
checksum = 'a44ab133393fbaba34b87c6690977ed76dfe5d0801e70fbc5f6712321cf8167f'
checksum64 = '2b312cc14be048a3e849025e2dbb2739f1d2f0ff33003becf0f1f9d36340390b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>2.6.6</version>
<version>2.7.0</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.6.6'
$version = '2.7.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
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.1/node-v9.7.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.7.1/node-v9.7.1-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v6.x/node-v6.13.1-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v6.x/node-v6.13.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: CEAFA0BAEE5E20BEE0876B6BE04B70C03D84A6BEDFEE87451C254F6D9FA2BEB4
checksum64: C78306E1DEFB8B12195E600DA9CF33C08BAF9832A719B7941A7060991829000F
checksum32: FA9EFD40080163CFC2EB80BEF9FA3EACA991E0DE9FA8F6A958737911DDEE4DE2
checksum64: 595E074C59AC91EF215AECFBA06A9D54067322409F9963024596FA258EC6FC40

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 @@ -8,7 +8,7 @@
"9.2": "9.2.1",
"9.3": "9.3.0",
"9.4": "9.4.0",
"6.13": "6.13.0",
"6.13": "6.13.1",
"9.6": "9.6.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.1</version>
<version>6.13.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.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.7.1-x64.msi"
$filePath32 = "$toolsPath\node-v6.13.1-x86.msi"
$filePath64 = "$toolsPath\node-v6.13.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 @@ -9,7 +9,7 @@
"9.3": "9.3.0",
"9.4": "9.4.0",
"9.5": "9.5.0",
"6.13": "6.13.0",
"6.13": "6.13.1",
"9.6": "9.6.1",
"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.1</version>
<version>6.13.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.1]" />
<dependency id="nodejs.install" version="[6.13.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit d1ebeb6

Please sign in to comment.