diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index edd217ddeb6..f272f04c991 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "104.0.5088.0-snapshots", + "snapshots": "104.0.5089.0-snapshots", "stable": "102.0.5005.63" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 29a998ca98a..05c038dba8c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 104.0.5088.0-snapshots + 104.0.5089.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d0a9af63475..3dd20ba73a9 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: 4AEF5C9FBACF51827B365D7F48850A9D0C59D41E409C3B63F4F8472F4CE4E679 - checksum64: CE158A03DA0B7021341D0F7143425961FCCD85B67034EC4AF917A1C728BD37BE + checksum32: D392FC277FF80032EBB241BBB6F2E51B48D03F7457DFDCFCDB5781FDFAC52872 + checksum64: BCE9101FA0953A15AF17B097C9777466047C8E923CC0FA54ADFF76CEED3AFE95 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b5e8597e59e..b0b900f5a66 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 = "104.0.5088.0-snapshots" +$version = "104.0.5089.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string