From eedebd1b10b5d9d861d9e478d809430ccf144ee7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 27 Nov 2024 12:19:56 +0000 Subject: [PATCH] AU: 5 updated - chromium gpg4win mixxx vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1aa00c3bbd0e699d55ee9f13681aff11e36b1bbf --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/gpg4win/gpg4win.nuspec | 2 +- automatic/gpg4win/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install/vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4f6a07b1678..0ab851612a2 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6862.0-snapshots", + "snapshots": "133.0.6863.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index cc52b6629fd..39dd38157e0 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6862.0-snapshots + 133.0.6863.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fe21abf1644..a9e82f4b568 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: 661A451EFADED9BF59C9B42B75EA244E05ADF828B8213DF5094FA1F7684C8EF2 + checksum64: 44D40D1233166C484A185B182A4100F675B8BA7AAC5DEB974C52E39C6D2FA080 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 5bb46b8e472..1c18b5d331d 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 = '133.0.6862.0-snapshots' +$version = '133.0.6863.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/1388454/mini_installer.exe' - checksum = '4F4ACA2532C2BBA01EE4AF27987D4C95F937210FE8F671CF0CA4A7256E4AD8F9' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1388708/mini_installer.exe' + checksum = '46AF97F4EBF826E55DEC4CC8E2D30C00E62E2EA2DDC433833BEAA9077F39C8C6' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/gpg4win/gpg4win.nuspec b/automatic/gpg4win/gpg4win.nuspec index e26143e3faf..a77c0ea7c36 100644 --- a/automatic/gpg4win/gpg4win.nuspec +++ b/automatic/gpg4win/gpg4win.nuspec @@ -2,7 +2,7 @@ gpg4win - 4.3.1 + 4.4.0 Gpg4win g10 Code GmbH chocolatey-community, dtgm diff --git a/automatic/gpg4win/legal/VERIFICATION.txt b/automatic/gpg4win/legal/VERIFICATION.txt index 0e9773555ec..83140de1d73 100644 --- a/automatic/gpg4win/legal/VERIFICATION.txt +++ b/automatic/gpg4win/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://files.gpg4win.org/gpg4win-4.3.1.exe + x32: https://files.gpg4win.org/gpg4win-4.4.0.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 2DB44B086D860C51A4F45F43A739CD20FB0822189DEB1C1CF13E4B5A3B05BC3B + checksum32: 765673854C1503602B09C97BFA6C72B534E2414185FB2F23A0CE19CF8CECD891 File 'license.txt' is obtained from: https://www.gpg4win.org/license.html diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index ce3585a3fe6..60b9d4fa0f6 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-90-g9553d51b27-win64.msi + x64: https://downloads.mixxx.org/releases/2.4.2/mixxx-2.4.2-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 2FC2973789BF7B9F47CD8AF2420013A7859F5CA735C3EF579DB022B4B6DFEBB9 + checksum64: 8C214F1B78919F00F82254CC75092865DF98304CD725C2A128884B785A364CF7 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 1267dde4317..19cf0600278 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { - "stable": "2.4.1", + "stable": "2.4.2", "alpha": "2.6-alpha-99", "beta": "2.5-beta-90" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index f527220c5c6..82bd7845825 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-90 + 2.4.2 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 8e0f462d397..b3c295d88c9 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.5-beta-90-g9553d51b27-win64.msi" + file64 = "$toolsPath\mixxx-2.4.2-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 2d8fb6395e6..0062cabcf22 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/2dd0bca3954d4c03c427d6b447205b68817bd000/VSCodeSetup-x64-1.96.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/709e28fc21bfb5ed982c04e7e5bd53279cf8869e/VSCodeSetup-x64-1.96.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '43635e2dff6894898be369af56a0670ad59a371a6a1ac583288025a4b779b535f46c81c5dab5042fe04bab0c88996747ae76fff3ea6862329fd0d2c29bb9592e' + checksum64 = '303224d95dbc26d3e3bface0ba52b433a7a301ade322e658121dcf5c07373152628624eac1d1c86516d41eddccfaf3becafbd0b7b0e35db1adf75a505d1b00be' 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 3d36a4c9c52..62a5f8f1cd2 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.20241126 + 1.96.0.20241127 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 c5f9b71896e..ad4886333cb 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.20241126 + 1.96.0.20241127 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