diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 80785e82772..fcda79c506d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "75.0.3736.0-snapshots", + "snapshots": "75.0.3737.0-snapshots", "stable": "73.0.3683.75" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5ace970f437..b14fce3cc49 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 75.0.3736.0-snapshots + 75.0.3737.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e93ba6fbe47..d365cbfa575 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: DD56C8F6067EF04D9AC1C5AE6E24143DD6FD5A1543A2FFB002B2EF9741D4DD46 - checksum64: 8AE8497E6B0E459C513406C86450A86AA2619BB74519E46924D0C0EEC78A682E + checksum32: F8E85CECF58B588479107DF43550A441984250A4D4CAF1E3B473AE23741E26BB + checksum64: C2ADD5E4B88F66D18FC8FA04331F982447E18732DA0DF7A08694761DE2B0BC5B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ae6f3a05121..eb487c0cf0b 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 = "75.0.3736.0-snapshots" +$version = "75.0.3737.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index b6d5662d5e6..5544b7f1048 100644 --- a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt +++ b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ 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: 533F11AC8BC702F67D477432EAE11B957EA4A314A92EEC06640B99D3D4970D51 - checksum64: DAE14861156C0B014BB5F4ED1FEC242C06E747CB163A7306E3500BC4583C3178 + checksum32: 6EC85DCAE246C447C29EE14F82382EE36A05681E26B200637A5BF689BE7CA7FC + checksum64: 0BEDF3FBB5F8F128AFBB69A2BE6C7732C8CA85FECED6DE8366D3AA044B39EDAB 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 e73f90b8dc8..8bb4375afcd 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 - 1.8.4 + 1.8.5 MPC-HC (fork by clsid2) chocolatey,jack1142 clsid2, MPC-HC Team diff --git a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 index fd907811cdb..9c23651bced 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.1.8.4.x86.exe" - file64 = "$toolsPath\MPC-HC.1.8.4.x64.exe" + file = "$toolsPath\MPC-HC.1.8.5.x86.exe" + file64 = "$toolsPath\MPC-HC.1.8.5.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)