diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 91e00af5391..d8499dcd2c1 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5114.0-snapshots", - "stable": "102.0.5005.63" + "snapshots": "105.0.5115.0-snapshots", + "stable": "102.0.5005.115" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0e24a5225c0..ca5fc876c25 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 105.0.5114.0-snapshots - Chromium Snapshots + 102.0.5005.115 + 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 c19202ce914..57345f68f43 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: 1281B00007FB5B2DF0733AE6ADFA1B62ADE06B5C870FAD130DE5DAA147939806 - checksum64: D2CAEEF1828803D3D31D6B428AF97413CD624E360447D879A397B72FDB6A540C + checksum32: A6D3474C13085C0C89CEE549F39EB5D42822F4D9E4CE25DBBA7443CC18F56081 + checksum64: 4290D5F97F4C73D6F8360C42471C073C34F913D2E217E8FB116FC617FD3684EB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 51740d3a774..933a464d6e0 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 = "105.0.5114.0-snapshots" +$version = "102.0.5005.115" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string