From 663ee9bf422a78e34120fed2598bc4ee5a55c032 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 5 Oct 2024 18:24:28 +0000 Subject: [PATCH] AU: 1 updated - mpc-hc-clsid2 [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/e5a1f1afce0ee6e1e2d812bb1512880925f9f918 --- 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 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index 2bbeba88d1c..eec701ece32 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: EB03399A1ED6E57251A0A81E25DB9CD8B7A0B3F7FE88BB2F2D32BE2D1ED3C4D7 - checksum64: 04D4F8AE74C16F3F48CF09862339CCB915BBD8906D11B5F718ABFB4AD3B21137 + checksum32: 8279BEA2E4F221760CC1A325F3BB86D38D0FCB9C507C77850D12449B74DBBE04 + checksum64: 53A98702FEFDD1673C2AAFC04698FE198239384C8984964FC0F96CE60642EF0C 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 1aa647deba7..66388624a28 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.5 + 2.3.6 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 796a5abaf5c..e4b1008a97a 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.5.x86.exe" - file64 = "$toolsPath\MPC-HC.2.3.5.x64.exe" + file = "$toolsPath\MPC-HC.2.3.6.x86.exe" + file64 = "$toolsPath\MPC-HC.2.3.6.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)