diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 38cd370f360..0b7dd1d03d9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "89.0.4347.0-snapshots", + "snapshots": "89.0.4348.0-snapshots", "stable": "87.0.4280.88" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9b46db9135c..3efc896a7a6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 89.0.4347.0-snapshots + 89.0.4348.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 90d92444f64..f4cc14ac074 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: 6BBF65A1FF9543BAE4ABD9C3710F740C80351D40A7D21239FAC39D81116C04B3 - checksum64: 46AED5E2A0D022A4E29313EC405D32025D3584326A3EDB1C464F59F4FD6F3453 + checksum32: 28DED047E618307378494619864C8311CA6171C533E9E04D600D40639108D0DE + checksum64: B572968D9AE197C3CEE2A17C12C4620AD52B426FBB0788E97B1BA6A621665934 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 1ae632b5ee1..38f933dea6e 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.4347.0-snapshots" +$version = "89.0.4348.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string