diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 51bb8f430b6..589664b4fe5 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -4,5 +4,5 @@ "3.10": "3.10.3", "3.11": "3.11.4", "3.12": "3.12.4", - "3.13": "3.13.3" + "3.13": "3.13.4" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 6104592a144..0023c3bc638 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.13.3 + 3.13.4 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index d478ffa33c3..d6da1f0dd8d 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: 6952354433D8FD31FD47A8A1B5E638C42BF20F8D05DD2153E4110870D89A2E60 - checksum64: 4D3A17E66711128F3C928D68D2A0A9C17C7A3012E077AF91D372E7570AC68D08 + checksum32: 7C37235ECE6CE85AAB2CE169106E0E729504AD64707D56E4DBFC982CB4263847 + checksum64: 64AC7DD5411B48C2717E15738B83EA0D4347CD51B940487DFF7F99A870656C09 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 1963fc4c608..d81ead899ef 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.13.3-win32-x86.msi" - file64 = "$toolsPath\cmake-3.13.3-win64-x64.msi" + file = "$toolsPath\cmake-3.13.4-win32-x86.msi" + file64 = "$toolsPath\cmake-3.13.4-win64-x64.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/cmake.json b/automatic/cmake/cmake.json index e2414875595..bd0595f060c 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -4,5 +4,5 @@ "3.10": "3.10.3", "3.11": "3.11.4", "3.12": "3.12.2", - "3.13": "3.13.3" + "3.13": "3.13.4" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 5841b96273f..83861502701 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.13.3 + 3.13.4 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey, 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) - +