package/cmake: bump version to 3.22.3
Version 3.20 is the first one where the following issue is fixed: https://gitlab.kitware.com/cmake/cmake/-/issues/18299 Was affected by this bug and decide to bump the version to the latest stable The Copyright.txt changed with minor changes (see below) and therefore its hash is updated. @@ -1,5 +1,5 @@ CMake - Cross Platform Makefile Generator -Copyright 2000-2020 Kitware, Inc. and Contributors +Copyright 2000-2021 Kitware, Inc. and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without @@ -65,8 +65,8 @@ * Jan Woetzel * Julien Schueller * Kelly Thompson <kgt@lanl.gov> -* Laurent Montel <montel@kde.org> * Konstantin Podsvirov <konstantin@podsvirov.pro> +* Laurent Montel <montel@kde.org> * Mario Bensi <mbensi@ipsquad.net> * Martin Gräßlin <mgraesslin@kde.org> * Mathieu Malaterre <mathieu.malaterre@gmail.com> Signed-off-by: Andrey Nechypurenko <andreynech@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
56ba3990c9
commit
707d6e124d
package/cmake
@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v3.18/cmake-3.18.6-SHA-256.txt
|
||||
sha256 124f571ab70332da97a173cb794dfa09a5b20ccbb80a08e56570a500f47b6600 cmake-3.18.6.tar.gz
|
||||
# From https://cmake.org/files/v3.22/cmake-3.22.3-SHA-256.txt
|
||||
sha256 9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0 cmake-3.22.3.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d Copyright.txt
|
||||
sha256 f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97 Copyright.txt
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CMAKE_VERSION_MAJOR = 3.18
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).6
|
||||
CMAKE_VERSION_MAJOR = 3.22
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
|
||||
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
|
||||
CMAKE_LICENSE = BSD-3-Clause
|
||||
CMAKE_LICENSE_FILES = Copyright.txt
|
||||
|
Loading…
Reference in New Issue
Block a user