From 3927fbdc48b96123825716c9f1ad4d40e0cc06e7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 22 Sep 2021 18:14:25 +0000 Subject: [PATCH] AU: 3 updated - chromium mpc-hc-clsid2 vscode.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c39418db9aad7f9ab577ed94326b6439c4dfd5a6 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mpc-hc-clsid2/legal/VERIFICATION.txt | 8 ++++---- automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec | 2 +- automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 28522b436ba..a525c9e803d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "96.0.4651.0-snapshots", - "stable": "93.0.4577.82" + "stable": "94.0.4606.54" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fa6e35e701f..54e402f7353 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 96.0.4651.0-snapshots - Chromium Snapshots + 94.0.4606.54 + 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 81c9600ecf6..4ad01c8bcd9 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: 0BF3750C8BD03E6982F41FF4A2D4546A10ED306DFAEDE4013F25A1654775FD4A - checksum64: 756BC99549472461F8610A3A49DCEAB534C42330E8106AED3A52769E8560E869 + checksum32: 1E0B2EDD910D9A729ACDE87CA91E7BC5275E78D0C631A9FEFDE565CAE34AC867 + checksum64: 300B294863DE1295BD0A074296C29B357F69BCD55D74DC1AB8A8E8757D2133CE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index aaac9e4c157..ab4bdcdc9a9 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 = "96.0.4651.0-snapshots" +$version = "94.0.4606.54" $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 a19b2fc607b..f2e060ef3ef 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: FF578ADBE72806815C7A8D08398F35364528AAC3222999E531BE9B9675F21FA0 - checksum64: 94F43BC1AC55C9DD23FB6458F748B4BB9812D0C8D0B22EF44DB5E3785666BAF8 + checksum32: 6134017E8F37AAB598497110FA018B26C6679AD8BC9F5D74910D8A3E86555EA5 + checksum64: 2654E57CDA44F79F120EBB8E464665AB0BCD7BA779DE5FB165D8662A2304B365 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 8c76c6b1146..fe52fed9bf5 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.9.15 + 1.9.16 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 36cd157915d..6648f7025b0 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.9.15.x86.exe" - file64 = "$toolsPath\MPC-HC.1.9.15.x64.exe" + file = "$toolsPath\MPC-HC.1.9.16.x86.exe" + file64 = "$toolsPath\MPC-HC.1.9.16.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 9c875e15317..786dfdaa488 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.60.1' +$version = '1.60.2' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/83bd43bc519d15e50c4272c6cf5c1479df196a4d/VSCodeSetup-ia32-1.60.1.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/83bd43bc519d15e50c4272c6cf5c1479df196a4d/VSCodeSetup-x64-1.60.1.exe' + url = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-ia32-1.60.2.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-x64-1.60.2.exe' softwareName = "$softwareName" - checksum = '90fb0c15b792843bb8d0ececa86ba02cd14f79fdf2962ca61800b7bf411ed91e' + checksum = 'fdd34a931f094b9f0dce5abd834cb065082001fcb181d03e11c1fc2382066c87' checksumType = 'sha256' - checksum64 = 'a69606966b7853b005daf346f44908a8e54e78a4757c653694774aef1e2a3cae' + checksum64 = '21ed75797a1232b4958a5dc4da52033adc7646045001a67cc901254e2c00e7fb' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 1cc596ca615..d4caf5b8895 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.60.1 + 1.60.2 Microsoft chocolatey-community https://code.visualstudio.com