package/cmake: bump version to 4.2.3

https://cmake.org/cmake/help/latest/release/4.2.html#id21

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2026-02-01 19:40:18 +01:00
committed by Peter Korsgaard
parent 91523ae39c
commit b3689f70f9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# From https://cmake.org/files/v4.2/cmake-4.2.2-SHA-256.txt
sha256 bbda94dd31636e89eb1cc18f8355f6b01d9193d7676549fba282057e8b730f58 cmake-4.2.2.tar.gz
# From https://cmake.org/files/v4.2/cmake-4.2.3-SHA-256.txt
sha256 7efaccde8c5a6b2968bad6ce0fe60e19b6e10701a12fce948c2bf79bac8a11e9 cmake-4.2.3.tar.gz
# Locally calculated
sha256 1e0d48f16c60f400838a96989684ae12cec35cb96688db11e8cb0204058cf4b8 LICENSE.rst

View File

@@ -6,7 +6,7 @@
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
CMAKE_VERSION_MAJOR = 4.2
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = LICENSE.rst