diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 20836ed7767..a9c2771f154 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "76.0.3781.0-snapshots", + "snapshots": "76.0.3782.0-snapshots", "stable": "74.0.3729.108" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9b4cb69553d..e7c0dbc868d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 76.0.3781.0-snapshots + 76.0.3782.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d13b53270ee..a2c6d386ffb 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: 777262770235AAEDE541B3568F9A886941E03864351ED8A312F52DF6E4FCBD08 - checksum64: 3EEA7855443C386B0F776C2DFB8910FD34582B1B17D23B621DD7566448CB543F + checksum32: 9B3B03C3FB88F66E9C03C2F6384468148CE7E163FB24C7B26849057BA3EBC34A + checksum64: A3C6CC88D0AC32C2C33E95B85CB625F364B991B3785845172C1C11A731DAE3CA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 53d9603f436..a945741f4ad 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.3781.0-snapshots" +$version = "76.0.3782.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string