diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 126e8be7cc9..9be9cdaa43b 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -11,6 +11,6 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.5", - "3.21": "3.21.2" + "3.20": "3.20.6", + "3.21": "3.21.3" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 39001cbce77..eecd83fdd06 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.21.2 + 3.21.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index bb6ab16f5d1..dc9cecef9d6 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 12F225B7D613C40146E8ADB083C533CB50D416DB8BC76C4E705EA3980C58E260 - checksum64: 6319819D2166144430FD7ADFD0C26D2AC76061F2F1B0649A602CE9DFD60FD9E1 + checksum32: 41B7FD02E5E7DCAD69DC83B5A9BCF1275ADDF2003BC58C9E8F3698FD6CF0D167 + checksum64: 548EE0A0EEE2B1B4DED36EB935362D24BF7537DCE6F93F42C4D34C6F83EED6DE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 937d4e9a090..e6fcdf46c84 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.21.2-windows-i386.msi" - file64 = "$toolsPath\cmake-3.21.2-windows-x86_64.msi" + file = "$toolsPath\cmake-3.21.3-windows-i386.msi" + file64 = "$toolsPath\cmake-3.21.3-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 3548f3379e5..828be2c5c60 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -11,6 +11,6 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.5", - "3.21": "3.21.2" + "3.20": "3.20.6", + "3.21": "3.21.3" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 2f150502dda..e0ad97d4f0f 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.21.2 + 3.21.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index bf7039f75d2..6213f7fe091 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 9374249E8CA5CFE899F6A8DC95252E79242290E452B3CE12A88449560143B6E9 - checksum64: 213A4E6485B711CB0A48CBD97B10DFE161A46BFE37B8F3205F47E99FFEC434D2 + checksum32: B38D83A7670AF97D4B8BCA2A70F25F8E4CB2D912EB7C371AD3D4A263C2C841D2 + checksum64: E28178103FAD901A99FB201FAC04E4787D4CD4F664C5DB88998C57EED68843B9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index fc5200a20c1..f3c23acf84e 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.21.2-windows-i386.zip" - file64 = "$toolsPath\cmake-3.21.2-windows-x86_64.zip" + file = "$toolsPath\cmake-3.21.3-windows-i386.zip" + file64 = "$toolsPath\cmake-3.21.3-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index a6424d35295..e1f18ee8164 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -11,6 +11,6 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.5", - "3.21": "3.21.2" + "3.20": "3.20.6", + "3.21": "3.21.3" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 98cada76a40..6cbdf9b85c9 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.21.2 + 3.21.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 14bdb54521c..43efb6ca3e9 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 94.0.4606.50-beta + 94.0.4606.54-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index e90d86c3973..949b43e6900 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '94.0.4606.50-beta' +$version = '94.0.4606.54-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '295e3e569a7a699c27a871f6a19b5621580641d2379f88ae8e22b09aa099aabb' - checksum64 = '6d28882d310b16e9fc3189856e4104b20119ca159d94bc476ae34aabbb1713dc' + checksum = '5266a13d12a791c2d7a70f310fc89cf755c47860cda9a4085754bb08ace95023' + checksum64 = '8231459eba3f4856cb3aa4b5d51ce1928495f70cf0777c9e8a77c4656e642d4e' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 1c5a37bad4f..ec620680b1f 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-839-g4ef9b6c136-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-840-g158a254929-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: 63E981C955242CE3F4D61CB31AAAD194E7D0F99D06FEAE3532E040FFA38EDFE5 + checksum64: BDB1CEFACF7CB6ECF9F760F613B9D8CC923301524A808C6F7705364438870F49 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 f76aebb7163..a6a1cb5d4b0 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-839" + "alpha": "2.4-alpha-840" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index d47bfeb4aee..d394536ee74 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-839 + 2.4-alpha-840 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 30d73f1e7b8..09bf8d1824f 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-839-g4ef9b6c136-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-840-g158a254929-win64.msi" softwareName = 'Mixxx *'