From 335494f6855ab1e464128082ddc0826ecf5eef2a Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 9 Nov 2024 00:22:00 +0000 Subject: [PATCH] AU: 2 updated - chromium mixxx [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1c7e1cd97f00f4ff76b5b792486c1cd27b71a665 --- 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 abba8c00b33..76c8830f1c6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6827.0-snapshots", + "snapshots": "132.0.6828.0-snapshots", "stable": "130.0.6723.117" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6abe2b4edf7..c434da7974f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6827.0-snapshots + 132.0.6828.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 417a46118bb..bf5a585f7ff 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: AF1078C4312D1D0A50182C7848823296363B6064FBB63EEEE802582947453A8D + checksum64: 662C5C83F6C3FFB4C843C561908841EAF0F7A33BAC9EF39A8BF2ED1F42ACDB48 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bb9a6118434..82d6b266328 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.6827.0-snapshots' +$version = '132.0.6828.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/1380238/mini_installer.exe' - checksum = 'A826A6EDDC8EFA7AA1AF0F18F00082FDACA6E5863F3CB901B2AED4F14475FAAB' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1380619/mini_installer.exe' + checksum = '1AF5A6214F2CBA2C5B55CBBA716161B9C648678AD5174E4F0D6B59B1A398D701' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index cbdb333d066..14d40130fe8 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-75-g9c53c48ab7-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-76-g78dce94eae-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: 5B3C0FE8870497EB7BCE442B60BDB9F9B86C5D7335E0241C31CD75E8071BC86E + checksum64: 196D7430663109C3CB2CD9A255CDAB52B403D98813A8ED7B863C856D6B0AB572 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 01d5f622107..4dd6cbe5981 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-75" + "beta": "2.5-beta-76" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 191f3819e84..ab109565332 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-75 + 2.5-beta-76 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 32596cddbc3..75d8e152cc6 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-75-g9c53c48ab7-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-76-g78dce94eae-win64.msi" softwareName = 'Mixxx *'