cmake: bump version to 3.1.2

- 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>
This commit is contained in:
Vicente Olivert Riera 2015-02-07 18:34:43 +00:00 committed by Thomas Petazzoni
parent e076d6a8d4
commit d09ad2620d
2 changed files with 3 additions and 1 deletions

2
package/cmake/cmake.hash Normal file
View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 2b210f7d867a1e716c1895357ebe63c7b9ae61fdb5f2d300ab2f01795f085b35 cmake-3.1.2.tar.gz

View 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