diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 9c0008b5d1c..db386be7c5b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "76.0.3785.0-snapshots", + "snapshots": "76.0.3788.0-snapshots", "stable": "74.0.3729.131" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 384bac4d0e0..e067229f07f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 76.0.3785.0-snapshots + 76.0.3788.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e81273558c3..ea69f7e301a 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: 5B64962BCDE45E76B9AE8A63896F07E2AE043B388DB360FE1A3599E35DBC74C7 - checksum64: 6761B90EDFD49AB0D5CB72A9ACA9D3CB6DA4F901389561DB2524267B02BB0140 + checksum32: 73D46C6CF79E89A96DF905B078BBF8E3AEA8F36834D6DDD5774F1FFEC58F9DE7 + checksum64: DEA2555516F42C9D927FA58F245D9210656431D81FCE1059DBDA1814FFB42119 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9425530a191..5c2229d92c2 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 = "76.0.3785.0-snapshots" +$version = "76.0.3788.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string