diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index cf7c814f2a3..6d5494a80cd 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -16,6 +16,6 @@ "3.22": "3.22.6", "3.23": "3.23.5", "3.24": "3.24.4", - "3.25": "3.25.2", + "3.25": "3.25.3", "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index ae667f722d6..7635822568a 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.24.4 + 3.25.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 404ff1a9284..25edc1160ac 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: FDA04D68F848E3840F8942C12E2C440D57DEC50A109DDFB453C2933CEE5FEEB3 - checksum64: A1D5B5F12A54E38FE1AE6466DCCAAD81632FC84832567A44D8E692DEE7E683D2 + checksum32: 6D4261E4DDEE3AA8D9785B2E9FF11F97AE46F3972FD70F19B4B59548001E2695 + checksum64: EE09742B0A682F33C0B2E49681DD2D8BC851BD4A8F404F2FC075CBD73B494FF2 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 a7bb0664d45..7933c10cc35 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.24.4-windows-i386.msi" - file64 = "$toolsPath\cmake-3.24.4-windows-x86_64.msi" + file = "$toolsPath\cmake-3.25.3-windows-i386.msi" + file64 = "$toolsPath\cmake-3.25.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 a941eb64831..b8e5b7387c7 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -16,6 +16,6 @@ "3.22": "3.22.6", "3.23": "3.23.5", "3.24": "3.24.4", - "3.25": "3.25.2", + "3.25": "3.25.3", "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index cc6f8207133..506acb6ffc5 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.24.4 + 3.25.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 7514e04904d..2b622014873 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: 2839C1286E5A5F08316FC608AF4911F7262CD50A166146BF561F2EEC49EF2CD6 - checksum64: C135C7AB78143C46E6686B1E9652BC1DD07E0CF71FD4DECEE777CDCA77019C39 + checksum32: 2E66CF7CBD35F392F6B9406910C68F4ADFCA1DE9AB7A2FC4CEC658C5C5CD9190 + checksum64: D129425D569140B729210F3383C246DEC19C4183F7D0AFAE1837044942DA3B4B 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 a3501494150..6037277dff8 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.24.4-windows-i386.zip" - file64 = "$toolsPath\cmake-3.24.4-windows-x86_64.zip" + file = "$toolsPath\cmake-3.25.3-windows-i386.zip" + file64 = "$toolsPath\cmake-3.25.3-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index c8001c4c2bb..aceb58df358 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -16,6 +16,6 @@ "3.22": "3.22.6", "3.23": "3.23.5", "3.24": "3.24.4", - "3.25": "3.25.2", + "3.25": "3.25.3", "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index e243ffe22c9..b46cbea0946 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.24.4 + 3.25.3 https://github.com/chocolatey-community/chocolatey-packages/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) - +