summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-02-28 19:07:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-01 21:57:10 +0100
commit270cb908558953e8e35c9f116133e96be0b4e2fd (patch)
tree6e31c5b91c62072f586490925d4c17096b6f9a64
parentc2c06a6de023d38ab9204151d25aa0b14f6c169b (diff)
downloadbuildroot-270cb908558953e8e35c9f116133e96be0b4e2fd.tar.gz
buildroot-270cb908558953e8e35c9f116133e96be0b4e2fd.zip
cmake: bump version to 3.7.1
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/cmake/cmake.hash4
-rw-r--r--package/cmake/cmake.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
index 687e5a4483..7a22f21ea0 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,2 +1,2 @@
-# From http://www.cmake.org/files/v3.7/cmake-3.7.0-SHA-256.txt
-sha256 ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31 cmake-3.7.0.tar.gz
+# From http://www.cmake.org/files/v3.7/cmake-3.7.1-SHA-256.txt
+sha256 449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1 cmake-3.7.1.tar.gz
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index e4904fcf09..107715ce49 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -5,7 +5,7 @@
################################################################################
CMAKE_VERSION_MAJOR = 3.7
-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-3c
CMAKE_LICENSE_FILES = Copyright.txt
OpenPOWER on IntegriCloud