From e2513495e503fe60be2857c237ac342c5efb430a Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 21 Aug 2022 12:13:47 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/aa52bea04a8198d5aee68c9e808c7a3248507087 --- 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 033e58b5b46..80aae915211 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5252.0-snapshots", + "snapshots": "107.0.5253.0-snapshots", "stable": "104.0.5112.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ccc38d034ae..59793e66ce5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5252.0-snapshots + 107.0.5253.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1b01f168b32..cb6e050fc94 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: 5591D49D9712BBDC36CB77785DC3078AEAC4058E200643C3A14DA6BDA9AA7299 - checksum64: 4C05B0DC93ACE9472EBDBE166BEA18D619AD992A7E2F1ABA8278B6295B990E43 + checksum32: EBB55D1A744A5E61A75AC11EB102C5BD982ABAFE83226F3595AA8BE4FDBA4FDD + checksum64: 472A949451D22D18ADAD6563B82DB1FE31853443831B919C85FF2A28FAFE94B8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 51c8e7bb8ac..b02dcdc0c75 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 = "107.0.5252.0-snapshots" +$version = "107.0.5253.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string