package/cmake: bump version to 3.28.1

Changelog: https://cmake.org/cmake/help/v3.28/release/3.28.html

Release notes:
https://www.kitware.com/cmake-3-28-0-available-for-download/
https://www.kitware.com/cmake-3-28-1-available-for-download/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2024-01-03 08:11:15 +01:00 committed by Thomas Petazzoni
parent 639d8d4979
commit 38d07349da
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# From https://cmake.org/files/v3.27/cmake-3.27.9-SHA-256.txt # From https://cmake.org/files/v3.28/cmake-3.28.1-SHA-256.txt
sha256 609a9b98572a6a5ea477f912cffb973109ed4d0a6a6b3f9e2353d2cdc048708e cmake-3.27.9.tar.gz sha256 15e94f83e647f7d620a140a7a5da76349fc47a1bfed66d0f5cdee8e7344079ad cmake-3.28.1.tar.gz
# Locally calculated # Locally calculated
sha256 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756 Copyright.txt sha256 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756 Copyright.txt

View File

@ -5,8 +5,8 @@
################################################################################ ################################################################################
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y # When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
CMAKE_VERSION_MAJOR = 3.27 CMAKE_VERSION_MAJOR = 3.28
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).9 CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).1
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR) CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = Copyright.txt CMAKE_LICENSE_FILES = Copyright.txt