diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 00dbfdf8e4e..93d37eee734 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "127.0.6479.0-snapshots", - "stable": "124.0.6367.202" + "stable": "124.0.6367.208" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 10f599b9f46..18b0d3ddced 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 127.0.6479.0-snapshots - Chromium Snapshots + 124.0.6367.208 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2cb24c943ba..e8231bf9e11 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 8EB29AF934C1332DDFD69E7AE93F141769D8B70A51DE80B9032E0992245C6D9A + checksum64: 47ACB343128767DE407CEE37032C8EB1A500DD5579C3CB3447954EB1B6D6C26F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7a1f3dc1d54..8d6d58f55ed 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '127.0.6479.0-snapshots' +$version = '124.0.6367.208' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1300505/mini_installer.exe' - checksum = '7ACEF05876ED3AF571C2036FE136E46935EFC3B619228AEB9891E19488693AAD' + url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe' + checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'