diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 401cfff2fa8..c64e20a4a01 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "95.0.4625.0-snapshots", + "snapshots": "95.0.4626.0-snapshots", "stable": "92.0.4515.159" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 74a9f68108a..3cdaf327f14 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 95.0.4625.0-snapshots + 95.0.4626.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 820b8c795c9..3836c2dc6da 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: B430713BD2EABF2D28703894C436B3BE553DF7EF9DD8DCB9AAB25F35CEA4A134 - checksum64: 43913C7BCB8AFF0C48FA467E3E14C3C8B8668B6BDC6FF885203014C32F11BC99 + checksum32: D6C0249840FDCDD496C7C38A56767EC83DF617ED824309F9A54AEA2ACD1ECB88 + checksum64: D9232BDB77ECCC79A50E80A11E8282526AEFFCA7D97DC0174BE21E4642771FC1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 2d87a1d10d1..82d7df6e8d8 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "95.0.4625.0-snapshots" +$version = "95.0.4626.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 28f133ca63d..99d9d8b47de 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.4-alpha-776-g471f376f04-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-779-g49f9169228-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: DE3386E1FB8D470412AF664B30A9A96B2115DC4594A4CD9E9CF0782EFFAFCE6E + checksum64: 6CC2F7D686E64756A72B200308177BCF1DA7CE81B3E7A0C7D0B1A3C0125EADE6 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 4aeb104c19f..a832143673d 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-776" + "alpha": "2.4-alpha-779" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index c5be532354e..20805fea3cc 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-776 + 2.4-alpha-779 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 04e427efc4e..ce82965ca0d 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.4-alpha-776-g471f376f04-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-779-g49f9169228-win64.msi" softwareName = 'Mixxx *'