mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/cmake: bump version to 4.4.3
https://cmake.org/cmake/help/latest/release/4.4.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
f77c8cf14e
commit
612460dffd
@@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v4.4/cmake-4.4.0-SHA-256.txt
|
||||
sha256 65757f442fdd242e27f1728fc26dc0cba4164f7a0791a5c788631c00080369bc cmake-4.4.0.tar.gz
|
||||
# From https://cmake.org/files/v4.4/cmake-4.4.3-SHA-256.txt
|
||||
sha256 c46400618b4f1f2b43507f24fb22f3ae830c3416cf23b776e16e1d413aa892f0 cmake-4.4.3.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.4
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user