From e04d83202d0d79c386d88a07dc600c174f1a30dd Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 1 Apr 2021 11:04:13 +0200 Subject: [PATCH] cmake: bump version --- dev-util/cmake/{cmake-3.19.4.recipe => cmake-3.20.0.recipe} | 6 +++--- .../{cmake-3.19.4.patchset => cmake-3.20.0.patchset} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-util/cmake/{cmake-3.19.4.recipe => cmake-3.20.0.recipe} (94%) rename dev-util/cmake/patches/{cmake-3.19.4.patchset => cmake-3.20.0.patchset} (100%) diff --git a/dev-util/cmake/cmake-3.19.4.recipe b/dev-util/cmake/cmake-3.20.0.recipe similarity index 94% rename from dev-util/cmake/cmake-3.19.4.recipe rename to dev-util/cmake/cmake-3.20.0.recipe index 961234af4..3e5566a7c 100644 --- a/dev-util/cmake/cmake-3.19.4.recipe +++ b/dev-util/cmake/cmake-3.20.0.recipe @@ -5,11 +5,11 @@ simple platform and compiler independent configuration files. CMake generates \ native makefiles and workspaces that can be used in the compiler environment \ of your choice." HOMEPAGE="https://cmake.org/" -COPYRIGHT="2002-2020 Kitware, Inc., Insight Consortium" +COPYRIGHT="2002-2021 Kitware, Inc., Insight Consortium" LICENSE="CMake" REVISION="1" -SOURCE_URI="https://cmake.org/files/v3.19/cmake-$portVersion.tar.gz" -CHECKSUM_SHA256="7d0232b9f1c57e8de81f38071ef8203e6820fe7eec8ae46a1df125d88dbcc2e1" +SOURCE_URI="https://cmake.org/files/v3.20/cmake-$portVersion.tar.gz" +CHECKSUM_SHA256="9c06b2ddf7c337e31d8201f6ebcd3bba86a9a033976a9aee207fe0c6971f4755" SOURCE_DIR="cmake-$portVersion" PATCHES="cmake-$portVersion.patchset" diff --git a/dev-util/cmake/patches/cmake-3.19.4.patchset b/dev-util/cmake/patches/cmake-3.20.0.patchset similarity index 100% rename from dev-util/cmake/patches/cmake-3.19.4.patchset rename to dev-util/cmake/patches/cmake-3.20.0.patchset