From 19e13164648144909c902b5622498459e45d2eb8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 25 Jun 2022 12:13:46 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c0fe638f1a3be1704a34f10f901391701136c355 --- 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 8d4338a3713..e16d66a8b96 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5141.0-snapshots", + "snapshots": "105.0.5142.0-snapshots", "stable": "103.0.5060.53" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 18630a41af8..1c106e1a38d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5141.0-snapshots + 105.0.5142.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 95e2a808727..0433e4cb030 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: DCCF3F7AA9CA82F4E04C2E3232B9355256AA8BBD49D53AAE2A09FDD0F806F2BC - checksum64: 7B9415C5E20FCA1B6219B3F15F95763B89C2EB4A985F26B28FB583E4912A14EB + checksum32: 95B8BC71CA49DAC9986D38FDD0AC8B930FD319FD55561EF43BFE0C7755284572 + checksum64: E0AC0BBFEF6AB02A2E8344F4B1BF7A59DD1602D887496D56D3E2B8CBBDFF48E2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 22e3c31b56d..3a4ab52dda1 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.5141.0-snapshots" +$version = "105.0.5142.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string