Skip to content

Commit

Permalink
AU: 2 updated - chromium mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 14, 2017
1 parent b530150 commit 571277f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>59.0.3041.0</version>
<version>59.0.3042.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '59.0.3041.0'
$version = '59.0.3042.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/456320/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/456320/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/456622/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/456622/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '3936c927c6accd5effb08bf258db0d2c'
checksum = 'dd93bc0ff84c64b77c2b3d0108c23c78'
checksumType = 'md5'
checksum64 = 'cb2c22bc54f6869f6614f12225056ed5'
checksum64 = 'bd8d925312be9a8e67d0c281e60d7f13'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/mkdocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs</id>
<title>MkDocs</title>
<version>0.16.1</version>
<version>0.16.2</version>
<authors>Tom Christie</authors>
<owners>chocolatey</owners>
<projectUrl>http://www.mkdocs.org</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '0.16.1'
$version = '0.16.2'

python -m pip install mkdocs==$version

0 comments on commit 571277f

Please sign in to comment.