Skip to content

Commit

Permalink
AU: 1 updated - cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 14, 2021
1 parent 53cf3c7 commit 6ce52b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.portable/Readme.md
@@ -1,4 +1,4 @@
# [<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)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Expand Up @@ -12,5 +12,6 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.3"
"3.21": "3.21.3",
"3.22": "3.22.0-rc1"
}
6 changes: 3 additions & 3 deletions automatic/cmake.portable/cmake.portable.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.21.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<version>3.22.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, 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-community/chocolatey-coreteampackages@5633c4413a8b71f75f379190546a0047c0e0b12b/icons/cmake.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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
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.21.3/cmake-3.21.3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-x86_64.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: B38D83A7670AF97D4B8BCA2A70F25F8E4CB2D912EB7C371AD3D4A263C2C841D2
checksum64: E28178103FAD901A99FB201FAC04E4787D4CD4F664C5DB88998C57EED68843B9
checksum32: 477221E78F0AA1B3B8E551298FCBAC927A5062EE23FF3EEB677E7C02094EF7C1
checksum64: D25742917FDEE361BF9759FE2E81602D95245E85F4B2B55BCB0FAF42EFB7B139

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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.21.3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.21.3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.22.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.0-rc1-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 6ce52b0

Please sign in to comment.