From fd269c5d77e079cc15a3c73c3bc9b23c90976af1 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 13 Sep 2022 06:14:18 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/418e96a1dd2d7c48af9269156c79e02ef4717bbf --- 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 03f27683e4d..93882c38145 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5297.0-snapshots", + "snapshots": "107.0.5298.0-snapshots", "stable": "105.0.5195.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3b7401a0392..81b8982b78c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5297.0-snapshots + 107.0.5298.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fd15e3c80c5..85077411195 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: 1845AC663136CC3A7DB287D511755A749A97477825096D2F9F77EF5EBDB674AA - checksum64: 47BF2CD8F3A9949EE072D4CA487584676BA1E15F4B4F3D350BDBC4705456DA73 + checksum32: 6C2AECCF98E976BDF8B080445A6792797F95DFE88F91FA6B65DF5D34A6CBC2D0 + checksum64: 51FEA9227556EC0D19AF0523D669957DA785279E4BDA87004C2EAC714B3631C4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 43b390742b5..1a8653c20f1 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.5297.0-snapshots" +$version = "107.0.5298.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string