diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ee9905ccee4..96e305aa546 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 68.0.3408.0-snapshots + 68.0.3409.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 73282deba8c..71e7a339b50 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: 653A7DA8596F95D3D0C9CDA8EA4E51792B97CD398F5F3462EAC5102DC2A91590 - checksum64: EAE7B684FD0C8C070DA8B8B10C671D1C4716A40B1754887FB1E52898669A53F8 + checksum32: 09FF5A9C487C75DFDB4820856CB20137A70822142DFAFE38D78CF20294B1EF96 + checksum64: EFBF8FD3FB31222F05CC83A9583F614067E39373D6C4961C128DCB65D647D7D4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b9825b49c3a..d84dd2b8ad0 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 = "68.0.3408.0-snapshots" +$version = "68.0.3409.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string