diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index e7201a67c8f..fcb5679fa8b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 66.0.3342.0-snapshots + 66.0.3343.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 5b0588a9c2d..a2c433a255b 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: 1A2CFE5435F98D957D69AA2E3CBD100C71EC1A47093C4D130A8B61013245F518 - checksum64: DCDEECE1B75E015BEA55F2689FC05C743AE0A7422C64D43DE8086B814B174B1F + checksum32: 16F76C3E6D4CE1504C296D20E9B4D29231E75D83C5088C816A147AB81152E341 + checksum64: EA606D36F74EA8115256F0D53E42E9003371CD73B8B60F3B23F650B53776834E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0a41f3d829e..fa91f142184 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 = "66.0.3342.0-snapshots" +$version = "66.0.3343.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string