diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 9cebf5babe7..b0e0cac70a8 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.2" + "3.31": "3.31.3" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 3fdb5b9d9fc..f84189c349e 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.31.2 + 3.31.3 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 f7348d4ea86..63308c418b1 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: 7A7AA61DDBB93E63A383FE17601D6E919538A18AC34F7D2C97CBACB4B69AE665 - checksum64: 9D0C8ECAD08CD6FE167328DA26D4830335D8E5F5879E8D4B7CF635B4D1907262 + checksum32: DC1FDAB6960A3EAEF85ED4CE15CE0DC058C70E9B7EDE1CDD79D453EE70A9EFAD + checksum64: 30267229FA6A71B4405D688B917909EF497C7715D349096BA83EA5D65A91F1E3 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 c656c4aa519..64a87a11efb 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.31.2-windows-i386.msi" - file64 = "$toolsPath\cmake-3.31.2-windows-x86_64.msi" + file = "$toolsPath\cmake-3.31.3-windows-i386.msi" + file64 = "$toolsPath\cmake-3.31.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 f594a1075d6..83ac3a3e8d6 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.2" + "3.31": "3.31.3" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index cd6a82d801e..7fa98d11740 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.31.2 + 3.31.3 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 d6bb048ae0f..24bc4653116 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: E497ED732E1381B9DB1F8E58864CC0765BC1714B620470C8C7D36F30AD454784 - checksum64: 109C29A744D648863D3637B4963C90088045C8D92799C68C9B9D8713407776C8 + checksum32: BB0E352803BC1D45CD77DFC74344C297E8EA0555BF40D59157EECF2369BA5BAA + checksum64: D41E863589A3C152B1D14ECAC2FFD1926F29ABA64528984FCDA8FD2B630F44FF 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 f1b1702dc64..69f59f07186 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.31.2-windows-i386.zip" - file64 = "$toolsPath\cmake-3.31.2-windows-x86_64.zip" + file = "$toolsPath\cmake-3.31.3-windows-i386.zip" + file64 = "$toolsPath\cmake-3.31.3-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index c7dc78a1114..801fd69b1d5 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.2" + "3.31": "3.31.3" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index f416f231e1a..20f7302ca42 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.31.2 + 3.31.3 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/wesnoth/tools/chocolateyInstall.ps1 b/automatic/wesnoth/tools/chocolateyInstall.ps1 index 100e5b75f13..d12b55f41e7 100644 --- a/automatic/wesnoth/tools/chocolateyInstall.ps1 +++ b/automatic/wesnoth/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = 'wesnoth' fileType = 'exe' - url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.19.6/wesnoth-1.19.6-win64.exe/download' + url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.19.7/wesnoth-1.19.7-win64.exe/download' softwareName = 'Battle for Wesnoth*' - checksum = 'cdffa5bedab426f37d4aedaab78e8a92e164e128249bef27e7185686a7f0a2d3' + checksum = '8601a0869fb470e77f412b952dfa730babf768c9f50fb0386fbbd7be10c38600' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/wesnoth/wesnoth.json b/automatic/wesnoth/wesnoth.json index a29cd2f0252..64ea881c57a 100644 --- a/automatic/wesnoth/wesnoth.json +++ b/automatic/wesnoth/wesnoth.json @@ -1,4 +1,4 @@ { "stable": "1.18.3", - "beta": "1.19.6-beta" + "beta": "1.19.7-beta" } diff --git a/automatic/wesnoth/wesnoth.nuspec b/automatic/wesnoth/wesnoth.nuspec index ed412119949..312e444d74d 100644 --- a/automatic/wesnoth/wesnoth.nuspec +++ b/automatic/wesnoth/wesnoth.nuspec @@ -3,7 +3,7 @@ wesnoth - 1.19.6-beta + 1.19.7-beta https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth chocolatey-community The Battle for Wesnoth