]> Git Repo - buildroot-mgba.git/commitdiff
package/cmake: bump version to 3.28.3
authorBernd Kuhls <[email protected]>
Sat, 24 Feb 2024 11:59:22 +0000 (12:59 +0100)
committerArnout Vandecappelle <[email protected]>
Sun, 7 Apr 2024 14:47:16 +0000 (16:47 +0200)
Release notes:
https://www.kitware.com/cmake-3-28-3-available-for-download/
https://www.kitware.com/cmake-3-28-2-available-for-download/

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
package/cmake/cmake.hash
package/cmake/cmake.mk

index 51fff6c3efc83028f22707e69c09952d083e0481..74b4a0a3a80b9d9757a2412f20ec3e58dc311e03 100644 (file)
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.28/cmake-3.28.1-SHA-256.txt
-sha256  15e94f83e647f7d620a140a7a5da76349fc47a1bfed66d0f5cdee8e7344079ad  cmake-3.28.1.tar.gz
+# From https://cmake.org/files/v3.28/cmake-3.28.3-SHA-256.txt
+sha256  72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1  cmake-3.28.3.tar.gz
 
 # Locally calculated
 sha256  4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756  Copyright.txt
index 23d00b95c588123c874f1062fee83fafd46ef2c7..49d1f9fea5a64158c9b5ecfca9f1e4834ff94f1f 100644 (file)
@@ -6,7 +6,7 @@
 
 # When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
 CMAKE_VERSION_MAJOR = 3.28
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).1
+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
This page took 0.037952 seconds and 4 git commands to generate.