From 4ccf24a9683ee64d6c8b99e3d67ade797c33db24 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 26 Aug 2024 12:21:57 +0000 Subject: [PATCH] AU: 4 updated - chromium mixxx vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/20465a28559be90527b7314a760d303f98fbc5d5 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- 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 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d064ba5a545..86260029042 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "130.0.6679.0-snapshots", + "snapshots": "130.0.6680.0-snapshots", "stable": "128.0.6613.85" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4868b747bef..bb06c68cd08 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 130.0.6679.0-snapshots + 130.0.6680.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1dd31f2581b..f3aba73bd2d 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: 28CCF811A207B7F72317C3AA03F0264019AE6146D7BCE0D6ACD9F6860211B11A + checksum64: CB2931EF2A96D50149A3917FCF4EA6D664BD57C1F5CC3069C32E4BEA39524FC0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 53e97c4e114..4d30679e8aa 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 = '130.0.6679.0-snapshots' +$version = '130.0.6680.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/1346473/mini_installer.exe' - checksum = '82093F5F3C1ED38C6B87155521E6CB6337F618C8DD3BA71909C8A137BB83A4E8' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1346619/mini_installer.exe' + checksum = '3AC12658042FDB9B06F1F28A65D73CF14EB85886DEEA9F44643B19E086692C8C' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 464aae9f8c2..e0f2375c23a 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/main/mixxx-2.6-alpha-73-geb40b78381-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-74-g25f12ba13b-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: 5145179A080C76BAA8C7215291CF50B544AB8074FD3CF8C9D18DB27FCA208A6C + checksum64: BFB97E3C533BC35CB124C08269BAC05EAC151BA0BFCEC5A0F750020D1B212C1F 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 4f86b797b74..3d408f8e864 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-73", + "alpha": "2.6-alpha-74", "beta": "2.5-beta-43" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 036764beb06..4ce0f3aed89 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-73 + 2.6-alpha-74 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index c9c5d93c038..ba6c0c9cad1 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.6-alpha-73-geb40b78381-win64.msi" + file64 = "$toolsPath\mixxx-2.6-alpha-74-g25f12ba13b-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index a3d6d52ef3f..4ad7a5a5644 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/36e4ddb4dbdf5d41bbeedfce2db4834085de2b87/VSCodeSetup-x64-1.93.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/e81aceaa07bab1ccdc94deae04168c8bd062f0de/VSCodeSetup-x64-1.93.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '417e82bb42cf43d081be4159000a8d8f18fdc7194840c5d8ca602bc9bebc902ad3fe4072e494fd48bdf162279676c0f59b1eee6358a90e78fe3c7d29ec480d37' + checksum64 = 'd97431c853d0a180f0e55edc6b8d7d1e508aca521ace096645702accfb2f241b110dacbd42ef657b4ea07c7e91b5553f22d28b3283fed9cbed8fc94743712da4' 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 a4c34c6bf4b..097b3c6b3a9 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.93.0.20240823 + 1.93.0.20240826 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 f3c61b682ad..29330448ce2 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.93.0.20240823 + 1.93.0.20240826 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