From 9fecc58374ee7d15033ac4262f29ef6f52512b40 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 18 Apr 2023 06:13:58 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/30f74f92a4c47a245f537288d612b613d91f6a32 --- 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 e7929d74470..30b89e8a286 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "114.0.5718.0-snapshots", + "snapshots": "114.0.5720.0-snapshots", "stable": "112.0.5615.121" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d22fa33b3b0..19aea1b6f89 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 114.0.5718.0-snapshots + 114.0.5720.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index cb9696d4f3c..941f8553c00 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: A375204FE20E6CA4886F60E6CF3337D84A314259EFCCB56FB3F2860ED999E17C - checksum64: 120F15BF02C0C0169DB1978CE8438BAD2EC1C619C0FFDDAFD2E7C93E95EF519A + checksum32: 3930ABE29977A75F5112F297EB22E73C3B5288C2DFABEC9C606690A50B15120E + checksum64: 4D9DF8A81262033CD1A5F8A5E4AC6832AC1FF1102726B051238B3EB541748AE1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4423f20d067..6fe4c6a9643 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 = "114.0.5718.0-snapshots" +$version = "114.0.5720.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string