diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 05acef6b9aa..80d22a007c5 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5482.0-snapshots", + "snapshots": "111.0.5483.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ad16514a166..733d58c9de2 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5482.0-snapshots + 111.0.5483.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b88b1eb73ce..52d2e57428e 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: 857D603DF4D2348A94DC16F3294FE5085F8F754D0D3A297960B9ABDA2E19BDE9 - checksum64: 83B8E7371A05206923741FC116C07CEAF37A490CE497E389769F2EF3FA53631B + checksum32: 7B96DC6544682A2E70120710A8BAE87A92F82CEB36EE42B70E1BB072471F204D + checksum64: 18ED3FED1FD26A3DEA7DFFAD55CF9A0C9C24D3E8F21B6FAD97EEAB9C83A6518A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4f3bae06e2a..63b3ff4fa75 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 = "111.0.5482.0-snapshots" +$version = "111.0.5483.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string