diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d856c5cd30a..1e278c04c4e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "98.0.4720.0-snapshots", + "snapshots": "98.0.4721.0-snapshots", "stable": "96.0.4664.45" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 80f6a33604f..d5e63fc45d3 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 98.0.4720.0-snapshots + 98.0.4721.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 08f61803f6b..c8e6425c53a 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: E73BB8F5EBFABC4377CACF03681BCD744B2EDC55B490DEDB07133EDCB7B8C37B - checksum64: EB4F0E4E0584EB05924FC7BB3B4A90E15E3F652D25D88065DCDE7001860ED1CC + checksum32: 2A26CAE5329F5829AC3FB26E75DBB1F616F52E1C3BCCBB2073449D303045A31C + checksum64: 0EED97CA67D64347942F6B24D1C771818BC0D7667B9078A6B0ADB000E461B0D7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3dc93adf160..bedba826a5e 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 = "98.0.4720.0-snapshots" +$version = "98.0.4721.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string