From 04213623c78ba34a62b9cdcca63849df529a8fd7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 16 Nov 2024 12:18:35 +0000 Subject: [PATCH] AU: 2 updated - chromium mixxx [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/e0f9f04eef603606cf36e19c85c2347f3317ee7d --- 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 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 993c875a7d6..fd1fe751cca 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6840.0-snapshots", + "snapshots": "133.0.6841.0-snapshots", "stable": "131.0.6778.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b5c94ced4cb..757549255a5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6840.0-snapshots + 133.0.6841.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c121d594674..5b036fca111 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: F126BC03C232199B8999019A04ADBD0B2E247F37AD3C3D8BD31E4C22FFE6EDBE + checksum64: 12B2E33D632376FC1B1A0BD80B35E5C80721284DCC24BF3CCB2C45EA3BBCEAFA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c6c2ae216e8..24e3162bd65 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.6840.0-snapshots' +$version = '133.0.6841.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/1383827/mini_installer.exe' - checksum = 'CABD9B8477CBDA30AB3E1B829574A4CBC322EF3B5AFE2C52ECDD31E949912A2F' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1383982/mini_installer.exe' + checksum = 'B124AFA346BCCEFC2633838A1420963DF13BAEF0BCE9F3640441606FDC116553' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 7fded6be0c0..bcd63efdb7a 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-82-gcf954819de-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-83-g1dd7e0a194-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: C0218A63A704FE43CBFB82D7BF31E2FB565A6D2C8402DD988B89E5E0E78D37BE + checksum64: B6223677A9298231579FB0EAB560D5DC3D7C220B90802E4DD488CA92BB1E2CAE 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 8251b1bb9a1..1cf33cd971d 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-99", - "beta": "2.5-beta-82" + "beta": "2.5-beta-83" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index ec8d5cfc591..5ff6c12f3a5 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-82 + 2.5-beta-83 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 1c3ec7ffd2c..14ecc55305b 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-82-gcf954819de-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-83-g1dd7e0a194-win64.msi" softwareName = 'Mixxx *'