From 82f9c0606b38644f7c43477fa92c486f45799ee6 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 18 Feb 2023 12:14:35 +0000 Subject: [PATCH] AU: 2 updated - chromium mkdocs-material [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/b56c52eb1cc2d3c323c3ee993bdabae2ebbc7d88 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index ae723ceb72e..2990743ceee 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "112.0.5603.0-snapshots", + "snapshots": "112.0.5604.0-snapshots", "stable": "110.0.5481.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4cf3d852e47..ce3407b0604 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 112.0.5603.0-snapshots + 112.0.5604.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 15cc4a3acf9..0536d24be05 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: 0CE3D7B4AA67DB4E9E945CC931A66643C2704BD450EE240670B4503593F93CB8 - checksum64: 7FB086CAB09914C9AC537E65FFA5DB78A74C388D5C420073EFFE2BB21B1D69CB + checksum32: 364B4AA272E0F9AB3FB263E852DB72BE493C2A3F72B4870A5BDC378F2EEDD877 + checksum64: 0C5E3CDD6268AC2A4A89C323B6BC7EB2AC4076BEA7E30B74AF4B829A6449CE4D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 1c9ccc402f4..0764e93a81b 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 = "112.0.5603.0-snapshots" +$version = "112.0.5604.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 01937f74302..66cf0255564 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.0.12 + 9.0.13 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 7d5d0fa5cda..4d1efafd513 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.0.12' +$version = '9.0.13' $proxy = Get-EffectiveProxy if ($proxy) {