cmake: bump version to 3.1.2
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Sat, 7 Feb 2015 18:34:43 +0000 (18:34 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 9 Feb 2015 21:38:54 +0000 (22:38 +0100)
- Bump version to 3.1.2
- Add a hash file

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cmake/cmake.hash [new file with mode: 0644]
package/cmake/cmake.mk

diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
new file mode 100644 (file)
index 0000000..1b6b658
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  2b210f7d867a1e716c1895357ebe63c7b9ae61fdb5f2d300ab2f01795f085b35  cmake-3.1.2.tar.gz
index e09fddf01e6fc053374e07e371839c62b539084c..f283a096d2a7f04cf8347d5ae0af877aecb36a18 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CMAKE_VERSION_MAJOR = 3.0
+CMAKE_VERSION_MAJOR = 3.1
 CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
 CMAKE_SITE = http://www.cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3c