diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4fa007fb084..91ebab20719 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "84.0.4115.0-snapshots", + "snapshots": "84.0.4116.0-snapshots", "stable": "80.0.3987.162" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 115869cd1e6..6ab12f38df6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 84.0.4115.0-snapshots + 84.0.4116.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 330922e9720..b831a2900c9 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: 5D0D97B07FC615359DB8F9477C6CE7EEB22518C2385254A4C7227CA0650CAED1 - checksum64: 3A38EB9105C3BAE50BEE1BCE22377BECADDB9248BB0C5D575B5F4CC6FDC58023 + checksum32: 8383D36798BF93A3B2AF7C9FB4B0F1C46C8775B8BE23D8243BB50D962927D430 + checksum64: 7F536295421D1FAF32F3052248B0EF898A03A793A72BBF2B68B3CA53E5EC1D01 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e4b2e0b8bb6..eb49757f27d 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 = "84.0.4115.0-snapshots" +$version = "84.0.4116.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string