From b943c3c60005e176b632f028c22447553a99831b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 29 Jun 2022 18:13:50 +0000 Subject: [PATCH] AU: 2 updated - chromium googlechromebeta [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/47978b6d47b90bf3d4c6d360548686d4feb242fb --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 0600f79d74c..541ee35f386 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "105.0.5150.0-snapshots", - "stable": "103.0.5060.53" + "stable": "103.0.5060.66" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 8d550ec8977..1e64c1cc7fe 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 105.0.5150.0-snapshots - Chromium Snapshots + 103.0.5060.66 + 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 486227c7cbd..8508aca5cb6 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: 0B12D86CE91ACABE3D096CA393431C2394E44D8E723346967860BD3D029747C5 - checksum64: E67C2EFB1B52F2E690CD9B6D94E1D4FD3924599B2BCA0B865A861EB04232943E + checksum32: 56BF545756BDE2DC00B4799BED2AADEC56C84B25B4CC6B84F8E676023473077D + checksum64: FE7E1CD5E16C0330FA96D2A78D03D704C15B654D914AF1C7BB91E73257F1E469 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 2bee2f090b5..8409acd5c6f 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.5150.0-snapshots" +$version = "103.0.5060.66" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 32a0010962a..76f3fc2a746 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 104.0.5112.20-beta + 104.0.5112.29-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 28d1f43d59e..5ea8fd9bd07 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '104.0.5112.20-beta' +$version = '104.0.5112.29-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '6cdd0f9baf7d057faade6163437db50b44e9f6dad97a90460292458fca0583af' - checksum64 = '5eba962985a2463df14e0329a484dde7b09a03f994f54380e59058aa65eb6c43' + checksum = 'e51abb395ec2620211f121779b6fe853fe34011dacdab429fbdb3ff8fc34e558' + checksum64 = '5f8a9cd650fba806972936254a4bc6ad5f146bf1e0f1a8d9e24736801ed8fa81' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""