From 56cde7615efeb06ca44aa91a2e1dbc35f1cb1dc0 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 25 Jun 2022 00:14:45 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f5faa1bc62f26883344d69ebb2495edc6f089aca --- 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 b71f54ff4ed..8d4338a3713 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5140.0-snapshots", + "snapshots": "105.0.5141.0-snapshots", "stable": "103.0.5060.53" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7da9d47bcd9..18630a41af8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5140.0-snapshots + 105.0.5141.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 4402374b3fe..95e2a808727 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: F1AD2C1F1F474A9D777996C99E0829B91760AC74F16DFE5F8C5FBEBFB25036D8 - checksum64: 799D94F0CF949F13DB8AF5016585B0C75C28B2D3357CC13E884062732C9A48B9 + checksum32: DCCF3F7AA9CA82F4E04C2E3232B9355256AA8BBD49D53AAE2A09FDD0F806F2BC + checksum64: 7B9415C5E20FCA1B6219B3F15F95763B89C2EB4A985F26B28FB583E4912A14EB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 30b222af724..22e3c31b56d 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 = "105.0.5140.0-snapshots" +$version = "105.0.5141.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string