From 9f1b8bdd391daf953e6c461641b22946cd204722 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 19 Dec 2024 00:21:13 +0000 Subject: [PATCH] AU: 2 updated - GoogleChrome mpc-hc-clsid2 [skip ci] --- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mpc-hc-clsid2/legal/VERIFICATION.txt | 10 +++++----- automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec | 2 +- automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 4b22154d71a..313e71372ac 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 131.0.6778.140 + 131.0.6778.205 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index d4b275d84b6..4861ccbc12d 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '131.0.6778.140' +$version = '131.0.6778.205' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '3df5cd9efa1e738abbaa6ddf132ada759b4266aeae6c76dcd7907f473108be80' - checksum64 = '03e04d817154778efda80ec6e0fcf1ab9ff6f719848e97e49fc68aaf64152b4b' + checksum = 'cb536b582cafd39b22549bdb0e1a4069bbbe11b54417420bc527989455289ee8' + checksum64 = 'b2943a02aefd6160de6383a69897ad253e196ac7b231e0682ee71537d4657d25' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index 85221bae215..d264fcd959a 100644 --- a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt +++ b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on 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: AD64EE92FF02E76395A269EFF47B68E95655EE696915A7DA99A07B96FAC043A4 - checksum64: 8FFE295F58C38C42E02FA5415AFE6CB96639D8BCDA205688C0ECC389646CBEA9 + checksum32: 84F3B50AFBF0918561853E27A51C249521B5937CAF6C5D4EDBB7D39A61CDC907 + checksum64: 93F07196F023987317423E00AF3BB56E37B60DC21D09DB0C1AA03EB284CEC4C6 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec index 8ad0971fa96..286064a9081 100644 --- a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec +++ b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec @@ -3,7 +3,7 @@ mpc-hc-clsid2 - 2.3.8 + 2.3.9 MPC-HC (fork by clsid2) chocolatey-community,jack1142 clsid2, MPC-HC Team diff --git a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 index 5a3645ae880..c7a85077ea8 100644 --- a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 +++ b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\MPC-HC.2.3.8.x86.exe" - file64 = "$toolsPath\MPC-HC.2.3.8.x64.exe" + file = "$toolsPath\MPC-HC.2.3.9.x86.exe" + file64 = "$toolsPath\MPC-HC.2.3.9.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)