diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4539adcfad9..bb897660d49 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "87.0.4266.0-snapshots", + "snapshots": "87.0.4267.0-snapshots", "stable": "85.0.4183.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 883fabd12a5..2d5fdb21e7c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 87.0.4266.0-snapshots + 87.0.4267.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 750374dbc03..73d215df40c 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: 2D93B0FDEE1FB0114985D6747D93C82E8144622F9A3884E2EE72981556EA0AED - checksum64: A16A0073BB689091C8ABCA3485AF85BD00FEC00D3B19E4BA97ADAD0FE91679E7 + checksum32: 1ADEFAE2744E19B2299969A2355589231994CA6D57CF84DB5C71EFF4AF9D85A8 + checksum64: 8914E370AA4E172F2E82D530241D36A7960FA3D38BADAD816942945167C272D0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 5838fb1463f..724d6e82ded 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 = "87.0.4266.0-snapshots" +$version = "87.0.4267.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string