Skip to content

Commit

Permalink
AU: 3 updated - cmake cmake.install cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2019
1 parent c9c0fde commit 40fec6f
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png" height="48" width="48" /> CMake (Install)](https://chocolatey.org/packages/cmake.install)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png" height="48" width="48" /> CMake (Install)](https://chocolatey.org/packages/cmake.install)

CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.3"
"3.14": "3.14.5"
}
6 changes: 3 additions & 3 deletions automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.14.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<version>3.14.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
<authors>Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf</authors>
<projectUrl>https://www.cmake.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png</iconUrl>
<copyright>© 2000 Kitware Inc</copyright>
<licenseUrl>https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win64-x64.msi>
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: 8D0C9CC1B006A722BDDEA234543256F4CF5630848225628EFC166C81A1370E3B
checksum64: 438DEB6841A249889A2880E1BC3183D5266F793330F7350410296FBADE77F29C
checksum32: 93CF5FA6C3DBB0DE1CBB80765BCC6C4C8DA6A70A8C8CBD7191E03F2F828BF4AB
checksum64: 5776BC8E94E235234411CA65C2D368CDF07E7287708CCE967ECE8E07613FBD4D

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.14.3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.3-win64-x64.msi"
file = "$toolsPath\cmake-3.14.5-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.5-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png" height="48" width="48" /> CMake (Portable)](https://chocolatey.org/packages/cmake.portable)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png" height="48" width="48" /> CMake (Portable)](https://chocolatey.org/packages/cmake.portable)

CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.3"
"3.14": "3.14.5"
}
6 changes: 3 additions & 3 deletions automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.14.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<version>3.14.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
<authors>Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf</authors>
<projectUrl>https://www.cmake.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png</iconUrl>
<copyright>© 2000 Kitware Inc</copyright>
<licenseUrl>https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win64-x64.zip>
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: 1A2D8FFDB63D3B53FE3A93E378CE2E4A36656BDCE015CC3E561920E406EBF497
checksum64: 53856665D3302ACA1684E20EAF423062AB192665A9714A27B10F2D6CD01F3454
checksum32: 3FD5F0F8CC95761D5C52F44AFE3C55E047704DA57946AC4CDAC80A4DD39AC6C7
checksum64: 897C167CA809B05D50288A0F4F47028A2F160AFF2B9B509791DDD75DB12E415A

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.14.3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.3-win64-x64.zip"
file = "$toolsPath\cmake-3.14.5-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.5-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.2",
"3.13": "3.13.5",
"3.14": "3.14.4"
"3.14": "3.14.5"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.14.4</version>
<version>3.14.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -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)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.14.4]" />
<dependency id="cmake.install" version="[3.14.5]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 40fec6f

Please sign in to comment.