diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7a8a8929894..423e9d00ee9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "70.0.3508.0-snapshots", - "stable": "68.0.3440.84" + "snapshots": "70.0.3519.0-snapshots", + "stable": "68.0.3440.106" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4fef4f8bd13..da46b4fd840 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 68.0.3440.84 + 68.0.3440.106 Chromium chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a6c4fb6e9d7..f7ce12cccc3 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: 28A64BF36CFA18E323E8A01DE93BDE3DBCA241665554563F7CCF0951C75337FE - checksum64: 1986C0C7FE16869BD7C44D4137C3D7329823BEC098501BB1D4F3002DC4B5FF50 + checksum32: A68B383B0AAA74BBE11CC4F0DB966CAD31BB35A344D35D2B7D89A90BC2A7720C + checksum64: 0FD2016DE9C11BD0CA4C0FEC85BCDBCD71EEBC43AE918E962D2387FDBF5A8462 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 67b10128599..c462af49b3e 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.3440.84" +$version = "68.0.3440.106" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string