Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 2, 2018
1 parent 91f4e51 commit 0b59f29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.11900</version>
<version>64.0.3282.14000</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.119'
$version = '64.0.3282.140'
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 = 'c0c95e4bff3438be8c7758ad73e21af455fe40f672fe8f3a23f839146b732b99'
checksum64 = '25f634c485cdd6ef6e039b16922568b5bc6bca79efeb7cb2c1603c7751115960'
checksum = '66f6cf2aafaab5ebfe7fbe3d8630c72fbc2360a42865625b205323d718c29cc5'
checksum64 = '3588c6fba29aa3ecef74e3dc20c6a668da9ad1b267e43e831602525f6d64e271'
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.5.5</version>
<version>2.6.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.5.5'
$version = '2.6.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 0b59f29

Please sign in to comment.