From 03479325e417a82edcbcdf275428f95b26c6fe24 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 24 Apr 2023 12:14:56 +0000 Subject: [PATCH] AU: 4 updated - ccleaner chromium vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/317007dc1258e8841aa75a449cb65a0f7f17249d --- automatic/ccleaner/ccleaner.nuspec | 2 +- automatic/ccleaner/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/ccleaner/ccleaner.nuspec b/automatic/ccleaner/ccleaner.nuspec index 10719e5b55c..f51bd8aad1d 100644 --- a/automatic/ccleaner/ccleaner.nuspec +++ b/automatic/ccleaner/ccleaner.nuspec @@ -4,7 +4,7 @@ ccleaner CCleaner - 6.10.10347 + 6.11.10435 Piriform chocolatey-community,maartenba, tonigellida diff --git a/automatic/ccleaner/tools/chocolateyInstall.ps1 b/automatic/ccleaner/tools/chocolateyInstall.ps1 index 067ed16780b..d8ef6e1fbea 100644 --- a/automatic/ccleaner/tools/chocolateyInstall.ps1 +++ b/automatic/ccleaner/tools/chocolateyInstall.ps1 @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'EXE' - url = 'https://download.ccleaner.com/ccsetup610.exe' - checksum = '126BE4B2257834ABDE3376F7BA89FF7B6F72190EAD8CF2594D3C9D4F73C38F1C' + url = 'https://download.ccleaner.com/ccsetup611.exe' + checksum = 'E50509002E46E831E3F136EF0B2BB597143B0C9FCA55CA13DB6650A7A225B234' checksumType = 'sha256' silentArgs = "/S $locale" validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 2956995e25c..04e1b483b3c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "114.0.5731.0-snapshots", + "snapshots": "114.0.5732.0-snapshots", "stable": "112.0.5615.138" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7d8c2317709..839e8504a7c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 114.0.5731.0-snapshots + 114.0.5732.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ac515040736..0861e5d1d54 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: 99B193BCC3D4F5B878BC012CFF9DBEE6B84ED083FA0FE62770FD484EFA46ACBA - checksum64: BF6A6914AF10D650B94F14C4BE65AE26A39014EA5089D9782EFE6D2AF27CB72A + checksum32: 0B2C2B266F803899D9F981AB8226749B45A0E82AF7D771BAED6FBFC9ADE6BB73 + checksum64: F8AAA7EA94F671824BCC604D4E77A0191085CDA9481A43D3917B0E9422D94C01 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bb0ff167cee..ddb2d19a863 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 = "114.0.5731.0-snapshots" +$version = "114.0.5732.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 44accdb2b41..cdabd71a6a3 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/b19017cea80b6157aa8214c984a70022e77526f2/VSCodeSetup-ia32-1.78.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/b19017cea80b6157aa8214c984a70022e77526f2/VSCodeSetup-x64-1.78.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/3a69e153f6c68b2b855fb2f1e5bdb798a16a1ee4/VSCodeSetup-ia32-1.78.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/3a69e153f6c68b2b855fb2f1e5bdb798a16a1ee4/VSCodeSetup-x64-1.78.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'f4d05b85efda941de4be6c885dcfdfad428d5ec3a765710aff697271a65e42b303fd03115c48b95f7091c6e121261f63945a3426f2c854b95c7e5f62a3d14a24' + checksum = '88f6dcde86dc32b5eae674d9eb712d019d84d857a8ab7eba50208011704ce9f003ac8e250cecae560248750740630d3d903fca1e68e7b9f09d990e7951e8eca9' checksumType = 'sha512' - checksum64 = '2fc8ed5e038bf49d18fe7b53aeba82f1e00316ab78ba3d439bb557d32a7bcb6a16d43946f5b0b96eb2ff81374a993651f1246870b3e23ccc5e42df151754216e' + checksum64 = '7af32bea73eff7db5a534f872326edd1147843452c21bd0ce7d000f98806498a348c6a6202a0125cfb9ea0a01c0ce244fc81408c956abffc75f4187e8b67e9af' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index f95ca0a7e57..571fba80b53 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.78.0.20230421 + 1.78.0.20230424 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 8bc0aa05a92..439e79c8310 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.78.0.20230421 + 1.78.0.20230424 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features