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 Oct 27, 2017
1 parent 8daf1ab commit 957a662
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>62.0.3202.62</version>
<version>62.0.3202.75</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 = '62.0.3202.62'
$version = '62.0.3202.75'
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 = 'da9b3d26d49b92b0f2d833c72c804bd33bd2aef800a38ab04b50898189cdee73'
checksum64 = '67287330ebc44dc511802a1e8b21c236a47d4eccdfd57904d802c0ba985051bd'
checksum = 'c6d0c07331a7dfd5b39c53d1f76d70b7ac259ea4f96b3a98be5c52bdf06b3c7e'
checksum64 = 'eba259f1f5892c16f4121fc9cc556bbea32ada79d74aa30d41e27ec1bde878b8'
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>1.12.1</version>
<version>1.12.2</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,5 +1,5 @@
Update-SessionEnvironment

$version = '1.12.1'
$version = '1.12.2'

python -m pip install mkdocs-material==$version

0 comments on commit 957a662

Please sign in to comment.