mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/cmake: bump version to 3.30.0
Release notes: https://cmake.org/cmake/help/latest/release/3.29.html https://cmake.org/cmake/help/latest/release/3.30.html Updated license hash due to copyright year bump:4bc97565d0and updated zlib version:6c2bed54f6Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
78cdfdb9cf
commit
cc8d474893
@@ -51,10 +51,20 @@ config BR2_HOST_CMAKE_AT_LEAST_3_28
|
||||
bool
|
||||
select BR2_HOST_CMAKE_AT_LEAST_3_27
|
||||
|
||||
config BR2_HOST_CMAKE_AT_LEAST_3_29
|
||||
bool
|
||||
select BR2_HOST_CMAKE_AT_LEAST_3_28
|
||||
|
||||
config BR2_HOST_CMAKE_AT_LEAST_3_30
|
||||
bool
|
||||
select BR2_HOST_CMAKE_AT_LEAST_3_29
|
||||
|
||||
# This order guarantees that the highest version is set, as kconfig
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_HOST_CMAKE_AT_LEAST
|
||||
string
|
||||
default "3.30" if BR2_HOST_CMAKE_AT_LEAST_3_30
|
||||
default "3.29" if BR2_HOST_CMAKE_AT_LEAST_3_29
|
||||
default "3.28" if BR2_HOST_CMAKE_AT_LEAST_3_28
|
||||
default "3.27" if BR2_HOST_CMAKE_AT_LEAST_3_27
|
||||
default "3.26" if BR2_HOST_CMAKE_AT_LEAST_3_26
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v3.28/cmake-3.28.3-SHA-256.txt
|
||||
sha256 72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1 cmake-3.28.3.tar.gz
|
||||
# From https://cmake.org/files/v3.30/cmake-3.30.0-SHA-256.txt
|
||||
sha256 157e5be6055c154c34f580795fe5832f260246506d32954a971300ed7899f579 cmake-3.30.0.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756 Copyright.txt
|
||||
sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
|
||||
CMAKE_VERSION_MAJOR = 3.28
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
|
||||
CMAKE_VERSION_MAJOR = 3.30
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
|
||||
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
|
||||
CMAKE_LICENSE = BSD-3-Clause
|
||||
CMAKE_LICENSE_FILES = Copyright.txt
|
||||
|
||||
Reference in New Issue
Block a user