diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 37cb315cf35..e6db1763c3d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "89.0.4356.0-snapshots", + "snapshots": "89.0.4357.0-snapshots", "stable": "87.0.4280.88" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 957b98f7778..1e22781dbb6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 89.0.4356.0-snapshots + 89.0.4357.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 63725a392be..568e082b234 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: B8AF35B59D76274C9A520C63D110D8A3609C9E266DCA773A149579F9F7527AC4 - checksum64: 54A06BB9A7FB8693118AB8E7ECA021A8144400AAB32912E10DD25E339E2B65D3 + checksum32: 33E9545732B5F0259CD2CB51D88886118BEB30524071C3A487072990B8C24AA4 + checksum64: 7278990955CEB45ABF4BBF0A032109075E6213DD7A7CC24111A18AF7629C7C1B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 1c9153f6477..9fa3dd8d4ec 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 = "89.0.4356.0-snapshots" +$version = "89.0.4357.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string