cmake: Update to version 3.20.0 (#1983)

This commit is contained in:
Igor Kostenko 2021-04-02 09:41:56 +01:00 committed by GitHub
parent 10e62b66a5
commit 97338beca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{
"version": "3.19.7",
"version": "3.20.0",
"description": "Open-source, cross-platform family of tools designed to build, test and package software",
"homepage": "https://cmake.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.19.7/cmake-3.19.7-win64-x64.zip",
"hash": "e6788d6e23b3026c37fcfa7658075d6b5f9113f26fae17fe372ad4a7ee62d5fd",
"extract_dir": "cmake-3.19.7-win64-x64"
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-x86_64.zip",
"hash": "056378cb599353479c3a8aa2654454b8a3eaa3c8c0872928ba7e09c3ec50774c",
"extract_dir": "cmake-3.20.0-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.19.7/cmake-3.19.7-win32-x86.zip",
"hash": "7771205d94022787bc4c3a623629d236b10bf697315e9f92c214dd8b53e8746e",
"extract_dir": "cmake-3.19.7-win32-x86"
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-i386.zip",
"hash": "6df4c34f7d2735100ebae91e6d2d37b3c3c7b81e93decce9f4926a4e505affbc",
"extract_dir": "cmake-3.20.0-windows-i386"
}
},
"bin": [
@ -35,12 +35,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win64-x64.zip",
"extract_dir": "cmake-$version-win64-x64"
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-x86_64.zip",
"extract_dir": "cmake-$version-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win32-x86.zip",
"extract_dir": "cmake-$version-win32-x86"
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip",
"extract_dir": "cmake-$version-windows-i386"
}
},
"hash": {