diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index fec44e9e8a6..2069ebb60cb 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "115.0.5790.0-snapshots", + "snapshots": "116.0.5791.0-snapshots", "stable": "113.0.5672.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1df938bbd38..8bc43ee531d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 115.0.5790.0-snapshots + 116.0.5791.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 18d8cb4af79..5916bf802b1 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: 1A618B1A4ADA29542DB6FDC0305280A34D2C44C4736D72C524CBE3F52B23083A - checksum64: 3F7AEEE620C0F37A878CFA53B243D6232D5BC06135D1B8D2784162297500E514 + checksum32: D96C09F03CB581466A6E01984E31893F6A267A90FA8E829C5B50280335F74E5B + checksum64: E480F57D1A70148A50A31E15B36B598A41F02F4463B93E1269323078E42268F4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 5f729d9c4a8..35330acb380 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 = "115.0.5790.0-snapshots" +$version = "116.0.5791.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string