From c3b72b36ce3be1a63873fd49b820329e29c96d18 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 22 Feb 2023 06:14:00 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/aae153d4b146b8ab59aefdba18c7ad3de4e0c74d --- 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 1eec9c9221a..226c050a223 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "112.0.5608.0-snapshots", + "snapshots": "112.0.5611.0-snapshots", "stable": "110.0.5481.104" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5985f1b6308..afa5528f0b5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 112.0.5608.0-snapshots + 112.0.5611.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 5b6635d147d..fd099180b6b 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: 72256E27449B12F073E4A75CA55DEDD6F1799F2D82761B0A4B37EAC92FDB8E86 - checksum64: 6F16AC640D8F0724EFEDB74C52193689EDE56339204D992554F59743989F6B73 + checksum32: 5F9CDEA30003265624F42A00A62B93CE318F2DA7B26643F2CA47F1238D571100 + checksum64: 039BC05471F5EA29D66F3DFFCAFB942F0DD7F63C7084CF7247259DC4710AB9B4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4f30ff09335..e7099c4c263 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.5608.0-snapshots" +$version = "112.0.5611.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string