mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/cmake: bump version to 4.3.1
https://cmake.org/cmake/help/latest/release/4.3.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
16c02a4ec4
commit
d2bd0c9b25
@@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v4.3/cmake-4.3.0-SHA-256.txt
|
||||
sha256 f51b3c729f85d8dde46a92c071d2826ea6afb77d850f46894125de7cc51baa77 cmake-4.3.0.tar.gz
|
||||
# From https://cmake.org/files/v4.3/cmake-4.3.1-SHA-256.txt
|
||||
sha256 0798f4be7a1a406a419ac32db90c2956936fecbf50db3057d7af47d69a2d7edb cmake-4.3.1.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 4382e7c1879ac90e3f101a395d23846fa4dbcaa1eed7265b43681e348754825d LICENSE.rst
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
|
||||
CMAKE_VERSION_MAJOR = 4.3
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).1
|
||||
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