mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/cmake: bump version to 4.2.2
https://cmake.org/cmake/help/latest/release/4.2.html#id2 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
80fa53a9ee
commit
d5e191fad7
@@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v4.2/cmake-4.2.1-SHA-256.txt
|
||||
sha256 414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070 cmake-4.2.1.tar.gz
|
||||
# From https://cmake.org/files/v4.2/cmake-4.2.2-SHA-256.txt
|
||||
sha256 bbda94dd31636e89eb1cc18f8355f6b01d9193d7676549fba282057e8b730f58 cmake-4.2.2.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 1e0d48f16c60f400838a96989684ae12cec35cb96688db11e8cb0204058cf4b8 LICENSE.rst
|
||||
|
||||
@@ -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).1
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
|
||||
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
|
||||
CMAKE_LICENSE = BSD-3-Clause
|
||||
CMAKE_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
Reference in New Issue
Block a user