Skip to content

Commit

Permalink
AU: 2 updated - chromium mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 20, 2017
1 parent 58639e7 commit 4e52a74
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>64.0.3245.0</version>
<version>64.0.3246.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
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '64.0.3245.0'
$version = '64.0.3246.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/509984/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/509994/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/510396/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/510396/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'b09ff75214c367b97d9164446b3d8a09'
checksum = '5d178114f09152d345f61dc623a0914b'
checksumType = 'md5'
checksum64 = '46af0b3ab59110e1d28a948649b708e7'
checksum64 = '9a35681632e29c0d0042b98317962be1'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>1.11.0</version>
<version>1.12.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
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '1.11.0'
$version = '1.12.0'

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

0 comments on commit 4e52a74

Please sign in to comment.