diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e94c32fd381..5703f8569bc 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "92.0.4481.0-snapshots", + "snapshots": "92.0.4482.0-snapshots", "stable": "90.0.4430.72" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 65608ae2ac6..f65d82bbc01 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 92.0.4481.0-snapshots + 92.0.4482.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index db81bad8f88..95a92eed0d8 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: A4684F68B6DDF39E86C3375476B745C0286E135CC07EE215ACF9E18B897A63AE - checksum64: 00E4CBDA9970DD6CA74128B9A1B50CE64E19F219D87448E83A7F71F43590F5B6 + checksum32: 2225F572E1D5CE92BAC516E585AA38F4D01D2387A6A16D90E3853533BE2E50C1 + checksum64: 8BB72344B9FFF0BE462074B5C606811039EA2DA91D8FE1880F1F187BAD9E0152 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 25513bf6b87..06fba121fe0 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "92.0.4481.0-snapshots" +$version = "92.0.4482.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 4a154ee8835..096685dc364 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 7.1.1 + 7.1.2 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index e592915979e..4f1a56af40d 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '7.1.1' +$version = '7.1.2' $proxy = Get-EffectiveProxy if ($proxy) {