diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4a2f259064c..72edbf2216e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6746.0-snapshots", + "snapshots": "131.0.6747.0-snapshots", "stable": "129.0.6668.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0b133ef1dc8..a61c6f28acc 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6746.0-snapshots + 131.0.6747.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7fd1d346464..ed8524d1144 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 474B00BE42C80B4C77E72505D28F2F3FCAF8C273CE11FB5828DD55F79C72100A + checksum64: 8B9BD4AA432421AE10DED09E6CA8D6492E817AFD9BE8EE1A961F52F8EF936D73 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a96210737aa..64e0a356c05 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '131.0.6746.0-snapshots' +$version = '131.0.6747.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1361535/mini_installer.exe' - checksum = 'DF87326ABA47377B44D7C9BEFB6F90836442F4AB647796BD4999907F82346F00' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1361576/mini_installer.exe' + checksum = '4C62E2FAD51F4AA51FB62C74F21F7108E6E709475E2C185DED67EE743010E5F8' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 81603420d63..41ab15f1f94 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.38 + 9.5.39 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 38d10679bad..57ebbcb6e06 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.38' +$version = '9.5.39' $proxy = Get-EffectiveProxy if ($proxy) {