summaryrefslogtreecommitdiffstats
path: root/src/cmake.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-04 06:49:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-03-12 06:27:09 (GMT)
commit5780100e32ff9c0d04165ee82744b19a6e6676db (patch)
tree223d6bdd8db189ce2c38c6e760f7c4e6542abcc4 /src/cmake.mk
parentb76b559f5ea40dacbb887405d6a75a4bbfc9d203 (diff)
downloadmxe-5780100e32ff9c0d04165ee82744b19a6e6676db.zip
mxe-5780100e32ff9c0d04165ee82744b19a6e6676db.tar.gz
mxe-5780100e32ff9c0d04165ee82744b19a6e6676db.tar.bz2
cmake: update and remove unnecessary modules
FindOpenSSL module was needed before cmake was included in MXE: https://github.com/mxe/mxe/commit/6d9755682567968d5f7bdbd10bf436fbd157801a
Diffstat (limited to 'src/cmake.mk')
-rw-r--r--src/cmake.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake.mk b/src/cmake.mk
index bc1020f..c083f79 100644
--- a/src/cmake.mk
+++ b/src/cmake.mk
@@ -3,8 +3,8 @@
PKG := cmake
$(PKG)_WEBSITE := https://www.cmake.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.5.2
-$(PKG)_CHECKSUM := 92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a
+$(PKG)_VERSION := 3.7.2
+$(PKG)_CHECKSUM := dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0
$(PKG)_SUBDIR := cmake-$($(PKG)_VERSION)
$(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)