From 7aa5b538564a61a72a965865c171c5630d6a1520 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 4 Feb 2023 12:14:02 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/cf28fdd2cda327fddda480c51119bd040ac6bce4 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 50575bdcd28..0aeff25c594 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "112.0.5578.0-snapshots", + "snapshots": "112.0.5579.0-snapshots", "stable": "109.0.5414.120" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4b1775572bf..aa5306f8a80 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 112.0.5578.0-snapshots + 112.0.5579.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d5a4adbf2c4..973aab1213e 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: 27F151E83BF6EAD5ACEF4A9DBAFDC2FFF4CE45754AB5767AE5EC20EC4FA5D078 - checksum64: AFDE5B01E6122E39B1B80D2B097D73E1E771CA63AFD60CD83F7C6659883CA298 + checksum32: 58E3988F265D91E62DFB8F08A6C83BFB9FF3BFE28940DD20484DA54E285F7DE1 + checksum64: B1DCDD767042D5703B6C822DF504B1C00AD541904CD8825AD550C6DD1BB7680D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3f535b42f4b..b82aa7c9ed1 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.5578.0-snapshots" +$version = "112.0.5579.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string