From 7ec18eac1e37b49b3c8b282b04a88e4a5c3a818e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 18 Jun 2023 00:14:42 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/0dd46152072ee0ea4ce1b8fe4e68d2c20f203b8f --- 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 bef651184dc..df0922900aa 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "116.0.5838.0-snapshots", + "snapshots": "116.0.5839.0-snapshots", "stable": "114.0.5735.134" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5fec375aeb4..6a3ce86b86a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 116.0.5838.0-snapshots + 116.0.5839.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9e6402e3149..d2937393664 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: 9694DB86D2BDB197A97019035B5112EBF9400F5A74B4E3A35AB5B7E1DBF4CECF - checksum64: 14DE69B15C87484CA5F1E9023616FE0DA284E335DB83F8BAE83CF79DBBF0677C + checksum32: 3189773018786CEA94C571D41A3E426AB274BDB4C3856D687EA7F1826BF407DC + checksum64: EBF93ECB1DDA1F5BC93D0B236A3F1BBA450A6C65F9E1CD165E0AAC0919186C84 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f3561edd556..23d97a4a2ec 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 = "116.0.5838.0-snapshots" +$version = "116.0.5839.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string