diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b1ad2438a5c..ad018a0211a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "115.0.5770.0-snapshots", + "snapshots": "115.0.5771.0-snapshots", "stable": "113.0.5672.64" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 75e0ad6e0e2..f33a43ecc01 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 115.0.5770.0-snapshots + 115.0.5771.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3a9046e0870..2055ad267a3 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: 765DF9CA19B6820ACB9C7FC6C25C325C7F837E7F63B1934D03DDFB8CAE063DE5 - checksum64: 517B52088C990512FF2019D703EC91407738CDF71A04A5BCA207F4F109F49707 + checksum32: AB61C8CB7B1F58AD2D0CFB01133663BD9346FB0D26E0DCE0EDB9EAB658599B04 + checksum64: B5718F83F75DE868216C21917D9B08D4AD8604C4022995962EE95750E0E27000 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7f5e584bb59..ea8cc2b2c43 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.5770.0-snapshots" +$version = "115.0.5771.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string