diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3b2ebac465a..6f9fccd5d47 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6743.0-snapshots", + "snapshots": "131.0.6744.0-snapshots", "stable": "129.0.6668.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 16fff3f8229..e2fa7b91387 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6743.0-snapshots + 131.0.6744.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 38ec14d5dc1..4a663c321df 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: CB14F7FF0E43E5409B4479E47684B4AABE6750610744C1693EF9E393A2670A8D + checksum64: 39AD2445CFB96DAC87A47911AEEC463FB74AFE41A216D0AA85EB30BB3A135980 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index aa3540e618f..c788df71063 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 = '131.0.6743.0-snapshots' +$version = '131.0.6744.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/1360984/mini_installer.exe' - checksum = 'F9CAF1DE102BD02C520A1E68E2EEBA70FCE9C9F9A958FD84442A1428525D62FF' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1361393/mini_installer.exe' + checksum = 'EE8F4AF68037FBB705664D3588C464932380DCF58BB8A89E4B49A4859846C890' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 33b8fe0b553..43eb901b5b0 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -21,5 +21,5 @@ "3.27": "3.27.9", "3.28": "3.28.6", "3.29": "3.29.8", - "3.30": "3.30.3" + "3.30": "3.30.4" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 5a6a748db46..b62cda2a925 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.30.3 + 3.30.4 https://github.com/chocolatey-community/chocolatey-packages/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 c5647c853a0..60eada3bfe7 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: F7E05FB104FED42DB7581A8DC25ECDDFA432D8D3595D3ED9E8C9386837416C30 - checksum64: 097900D46F393432A518F91E0145410E99B2FB7DC2A8E807AEAFEEAEFD40E080 + checksum32: 8BED5F42883FF8047E75A7EC17B36AA687D8EADC3062540E0632C4894F4FF5E8 + checksum64: A866FD9AF4FBA909B4A281D494878832D18E944958FAB4E463C335F5D69533A7 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 ca2d82a6908..4d366b595d5 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.30.3-windows-i386.msi" - file64 = "$toolsPath\cmake-3.30.3-windows-x86_64.msi" + file = "$toolsPath\cmake-3.30.4-windows-i386.msi" + file64 = "$toolsPath\cmake-3.30.4-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 704b0a5e08e..a6ac0f371da 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -21,5 +21,5 @@ "3.27": "3.27.9", "3.28": "3.28.6", "3.29": "3.29.8", - "3.30": "3.30.3" + "3.30": "3.30.4" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 3a665b063aa..55216f1283f 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.30.3 + 3.30.4 https://github.com/chocolatey-community/chocolatey-packages/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 2efb3914e3a..96f94d8728d 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: 5E4464A6D5AF15E1A45FA376AC03B6BD63B35B7D93A2E93A2DD6215B39513A3F - checksum64: 2B339F738D3DEA408D1523C99BB24D2D82B169F5749A698225ECFDF2F0D1C314 + checksum32: 3C24B0D8EBA16383D9A2715E7C66C88BB4BA2FFD02A81F97D6BD0A3486B60CE5 + checksum64: CD7363AAB96A33237B8913024201863ED218000A0535F3BC9CC6519325416DEE 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 8553ad3083e..53b91f0d3f7 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.30.3-windows-i386.zip" - file64 = "$toolsPath\cmake-3.30.3-windows-x86_64.zip" + file = "$toolsPath\cmake-3.30.4-windows-i386.zip" + file64 = "$toolsPath\cmake-3.30.4-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index f2a90843153..0410203f2c2 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -21,5 +21,5 @@ "3.27": "3.27.9", "3.28": "3.28.6", "3.29": "3.29.8", - "3.30": "3.30.3" + "3.30": "3.30.4" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 4ce59622b43..9d1a6a46f40 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.30.3 + 3.30.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index f21c8df226c..63e4b7c79e0 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "38830.2024.9.24-dev" + "dev": "38843.2024.9.27-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index cce8867b77e..4dd8ed5110f 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38830.2024.9.24-dev + 38843.2024.9.27-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index d4929d621b7..123c83409b0 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P $packageArgs = @{ packageName = 'freecad' fileType = '7z' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38830-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38843-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = 'A607E72C6FE65E454C236F5D340A74A4E125C48336346E7CC4C901EC1095BBBB' + checksum64 = 'A3CDAD6928720EA4C76D71C241E0D025D8B6E68FAEDFFA311AAA8B024ED92D95' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index bfa0573bd77..2364c898619 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-58-g0244f9edaa-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-59-g0c00f15543-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: 28DCC9A265DC44516DB36365DA1E7F23F978313FDC26ECD76D0C8D0C8F86D38D + checksum64: DDF1D5730FA16A98B578F843E263438667FE04D5662B2C2C9EB5443F51D9A0C2 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 91ccae82915..f2d189d8374 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-95", - "beta": "2.5-beta-58" + "beta": "2.5-beta-59" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 60da01b4ae2..dc090efab1c 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-58 + 2.5-beta-59 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 568c283232e..aa7c5018c74 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-58-g0244f9edaa-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-59-g0c00f15543-win64.msi" softwareName = 'Mixxx *'