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