From f3e68f00ce56381f042f4494be35948c7653b769 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 26 Jun 2022 12:13:49 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f317a93ea444a1a1b9c556e9bdb25713d101ecae --- 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 a464df750ca..86107922594 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5143.0-snapshots", + "snapshots": "105.0.5144.0-snapshots", "stable": "103.0.5060.53" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 39b9f7f5e83..8e81b69d9d8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5143.0-snapshots + 105.0.5144.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 10d5acf614d..5a32b80cfb1 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: 6BB85E16C966D625E0C83BC29ADE2287836C5AA6A4A897CA2AA733AEA5716C20 - checksum64: 58C6DE41BBC3D5345232D0463EA087EC0A76FABDADEA723E7EAB66ACD02F4E90 + checksum32: 465545872817073940B81A47BBD7AAF3CB30D86FBC5AAC04AB22B57BB6C639C0 + checksum64: 4ECFABFE7CDF443161EAAC118ABF8674390CAA3C52AB406847A2AD194AA0C752 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f21e0ebbeda..2506b726afc 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.5143.0-snapshots" +$version = "105.0.5144.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string