From 48534a3354a73fc7c4d54188569c6dc86fd58b36 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 24 Oct 2022 12:14:34 +0000 Subject: [PATCH] AU: 4 updated - ccleaner chromium vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/d28b54a11a695dc574f832d72d0383da89dc2c36 --- 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 79b490ab62f..19958949500 100644 --- a/automatic/ccleaner/ccleaner.nuspec +++ b/automatic/ccleaner/ccleaner.nuspec @@ -4,7 +4,7 @@ ccleaner CCleaner - 6.04.10044 + 6.05.10110 Piriform chocolatey-community,maartenba, tonigellida diff --git a/automatic/ccleaner/tools/chocolateyInstall.ps1 b/automatic/ccleaner/tools/chocolateyInstall.ps1 index c7c6daccd3e..ef16ac9f023 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/ccsetup604.exe' - checksum = '7164C5CD414850299FD5B6E400683B9055BADD2E6AE6113DB40F579079794791' + url = 'https://download.ccleaner.com/ccsetup605.exe' + checksum = '08031CAE113CF7ABA12DCFAFCF482604015C67D2050233064E1C7827F8014BA2' checksumType = 'sha256' silentArgs = "/S $locale" validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 365b151ea7d..d33454ec6d4 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "109.0.5378.0-snapshots", + "snapshots": "109.0.5379.0-snapshots", "stable": "106.0.5249.119" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 67312cf33a2..7221e5d6f0a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 109.0.5378.0-snapshots + 109.0.5379.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 15f64e3de64..ae402d42a8a 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: 7D7C32E69BDA41EFB04A6EB2F42CA1459C30223BA55F6CBA51B50E92CEEB5EDD - checksum64: 6AC903BE2A6C506A4ED23B9BB39FFEA2DD68C8C686A703EDF09795D57EF573E3 + checksum32: 99900F4B6846A69D666226BC1131D81D813B550BDF13E0176FFA3F5E06126690 + checksum64: 01BA20A95A06DD5C4A1CEB35CAD58BCDEDF9538DCF385E995E329A15D3927F6B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 249db22976b..9ded66639e4 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 = "109.0.5378.0-snapshots" +$version = "109.0.5379.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 b536bbcb019..178e47d2a2b 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/504c5a768a001b2099dd2b44e9dc39e10ccdfb56/VSCodeSetup-ia32-1.73.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/504c5a768a001b2099dd2b44e9dc39e10ccdfb56/VSCodeSetup-x64-1.73.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/bece5db81842e38bf85e8a08fb1f12b7f78d4384/VSCodeSetup-ia32-1.73.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/bece5db81842e38bf85e8a08fb1f12b7f78d4384/VSCodeSetup-x64-1.73.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'b9ad30fb9e86c86794cfd7a135bcb64c1b7607bd22ea54fa05c91cce9c49ad7051bde205158319b1abdc938445f165ff363eae14855e7d5f1cdd109cc96e5717' + checksum = 'd2052d563199ba00ef44b1dcc8509f8ed00f8398ded7574123ff656abf4e4205f6f40158e6189e03584f8e2e5398936ebf8ba78426cc6c643002cd6f36fa62c9' checksumType = 'sha512' - checksum64 = '62015ff0bae18aa05761fe1d203bc994bc0b34a95fbe2995fd1abe7723c3ab5ac56f198171f7a2e9ba64b95dab24696abc566e62d1298134e7c90b9168038d79' + checksum64 = '5a249e20a9fad5172712f90349fb02adba7e1d70bd5b507edfa2ad197a4dd4979b9f3fc43c5872e92dd624a181038193ca0b6a5a7eaf8801eb92516ad1004e1e' 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 b8890f77c6b..245019af856 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.73.0.20221021 + 1.73.0.20221024 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 d0c2ed2a886..3376fe2968b 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.73.0.20221021 + 1.73.0.20221024 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