diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 258b33eba80..76822b1700d 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -17,5 +17,5 @@ "3.23": "3.23.5", "3.24": "3.24.3", "3.25": "3.25.2", - "3.26": "3.26.0-rc4" + "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 4bf2a33745c..0d57e754b9a 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.26.0-rc4 + 3.26.0-rc5 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 5c6ea42bf20..8d0e1eee700 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: CE9823C0668ED4C430DFD0430D224DCDA753C8DBA55597C8E89B536B84CAD646 - checksum64: 14A7E3F436565120F142885F120D45A46D2B516623BC959273A78CB388D9E06E + checksum32: DA9552DB664D72A864957E813CEC263C5156D1598DBE18282E9DCF98B09EB27F + checksum64: C194E1A2A352C81F42A363C06E20459201DCCC66D636C2E817C847E756F5E6D7 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 bfc4f1ee110..ae3aed47010 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.26.0-rc4-windows-i386.msi" - file64 = "$toolsPath\cmake-3.26.0-rc4-windows-x86_64.msi" + file = "$toolsPath\cmake-3.26.0-rc5-windows-i386.msi" + file64 = "$toolsPath\cmake-3.26.0-rc5-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 d5b974ee3ff..33acec5b7e7 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -17,5 +17,5 @@ "3.23": "3.23.5", "3.24": "3.24.3", "3.25": "3.25.2", - "3.26": "3.26.0-rc4" + "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 0fe1657d918..7e6cf760230 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.26.0-rc4 + 3.26.0-rc5 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 a11b7463717..b0e3d057d43 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: 9015EB8E5D59B09EA58905768E9F994DFFE3B76CC03F90417FB1BD755723FE2E - checksum64: 9CE27257CDD11BB7CD406F870020E7B115DFA5F48F36B19A6AFC078458BE5D8B + checksum32: 6C81E040F7247F22C0DA39CC0898850A295C98400DFD3A32EC96835587AF064B + checksum64: 6B780A590A34C489530ABACE1AE87AB3F410676FF7C6E0F15EAD533B19AD3A51 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 b1c16fff1d9..c9e6057a7fa 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.26.0-rc4-windows-i386.zip" - file64 = "$toolsPath\cmake-3.26.0-rc4-windows-x86_64.zip" + file = "$toolsPath\cmake-3.26.0-rc5-windows-i386.zip" + file64 = "$toolsPath\cmake-3.26.0-rc5-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index f97684fdcf0..58c8aa7ed75 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -17,5 +17,5 @@ "3.23": "3.23.5", "3.24": "3.24.3", "3.25": "3.25.2", - "3.26": "3.26.0-rc4" + "3.26": "3.26.0-rc5" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 0c431b4492a..9fdeb11eb68 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.26.0-rc4 + 3.26.0-rc5 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) - +