From aefb7f067e22644b45701492f64e631d0e3fdf78 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 11 Nov 2024 12:18:58 +0000 Subject: [PATCH] AU: 5 updated - absolute-uninstaller chromium skype vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/e80d6407ccd381bdb8582afffa30468e458373f1 --- automatic/absolute-uninstaller/absolute-uninstaller.nuspec | 2 +- automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 | 2 +- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/skype/skype.nuspec | 2 +- automatic/skype/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install/vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/absolute-uninstaller/absolute-uninstaller.nuspec b/automatic/absolute-uninstaller/absolute-uninstaller.nuspec index e25ea78f086..663bcfdbf27 100644 --- a/automatic/absolute-uninstaller/absolute-uninstaller.nuspec +++ b/automatic/absolute-uninstaller/absolute-uninstaller.nuspec @@ -4,7 +4,7 @@ absolute-uninstaller Absolute Uninstaller - 6.0.1.9 + 6.0.1.10 GlarySoft chocolatey-community,Redsandro Absolute Uninstaller is a complete program uninstaller that helps you remove programs. diff --git a/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 b/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 index 687d5fad82e..a42da1c031c 100644 --- a/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 +++ b/automatic/absolute-uninstaller/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ url = 'https://download.glarysoft.com/ausetup.exe' fileType = 'exe' softwareName = 'Absolute Uninstaller*' - checksum = 'cd606934d580ea2e6d3cff152582f4b319d9d9871135be2150eb9f4633b086ad' + checksum = 'a3b612d69c2103a44592b183228c50f9239048bf410f422a76a011cf9e05c43a' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 2a26569f8fc..8e44d279119 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6832.0-snapshots", + "snapshots": "132.0.6833.0-snapshots", "stable": "130.0.6723.117" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index cfa35022bb7..f128d336956 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6832.0-snapshots + 132.0.6833.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index faba30cb079..de9fb1d5226 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 6B6617D4A9DBA5BD7E259B27EC35B6D0522C3E6035410D43EE40AA547FC30701 + checksum64: 3F645B4776DC38F26BBD1F1D8DE138581F02C8A41FF27E94B2CC656008DA7686 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 5f3b54328e5..7f7569987c3 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '132.0.6832.0-snapshots' +$version = '132.0.6833.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1380968/mini_installer.exe' - checksum = '6AC2873E0E10F6D28D744270219D5F98C3E70E905275F327B6695CFAF6C7AFF3' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1381071/mini_installer.exe' + checksum = '8E5A8B8B7E944BA26D2BB49E90140EA83C9003AB1C2C14DAC0CA8334C1445985' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index 79f592062c0..8f07bbe0f2e 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.131.0.202 + 8.132.0.201 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index ee31d94ee10..9932d9391c3 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.131.0.202.msi' - checksum = 'f17966d4da7e637e4aabfeedde0d88b1ae90236a2cb5b7e2d546a00f3506c6ed' + url = 'https://download.skype.com/s4l/download/win/Skype-8.132.0.201.msi' + checksum = '82506fca3f2bf305a823c810d9ca18f027596b19deee32a094a429b2472446f8' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index be753a71e34..918a8bee952 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/4a98be2738be4ad8647feb52d1e6845e06515dea/VSCodeSetup-x64-1.96.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/9b365cafae763d229e999f353831458761aff1cd/VSCodeSetup-x64-1.96.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '5e95c000b39d905319c6e50c218bb83bf9ab535a0af36474689fa8bf07140f2b4e52351a4bb22ab8725fe2f7dcb88441f20edfc3abbe2ef2de1aed6c365b5338' + checksum64 = '9d95a7c6a224fdd591174510aaf14f47064411a5fc24d16cfa8ed74781c6c30fad52e971174559d9779203167c2b0a0dcf0707c79414b207ef65ad85e2271b7a' 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 80943be23ab..9bd522849e3 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.96.0.20241108 + 1.96.0.20241111 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 537a693a1bc..bba021fdcf8 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.96.0.20241108 + 1.96.0.20241111 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