summaryrefslogtreecommitdiffstats
path: root/src/cmake.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-12-11 13:21:19 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-12-11 13:21:19 (GMT)
commit6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f (patch)
treeaf26d015068f182aa21d245359772c50053aa058 /src/cmake.mk
parent77ed87e55d0ee1bb7f0ac18a10d2331dc95576bb (diff)
downloadmxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.zip
mxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.tar.gz
mxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.tar.bz2
cmake: update
Diffstat (limited to 'src/cmake.mk')
-rw-r--r--src/cmake.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmake.mk b/src/cmake.mk
index b7561c8..ad57a09 100644
--- a/src/cmake.mk
+++ b/src/cmake.mk
@@ -2,9 +2,9 @@
# See index.html for further information.
PKG := cmake
-$(PKG)_IGNORE := %
-$(PKG)_VERSION := 2.8.12.1
-$(PKG)_CHECKSUM := 5661a607acbce7c16bb5f15ff2895fa5ca53a4da
+$(PKG)_IGNORE :=
+$(PKG)_VERSION := 3.0.2
+$(PKG)_CHECKSUM := 379472e3578902a1d6f8b68a9987773151d6f21a
$(PKG)_SUBDIR := cmake-$($(PKG)_VERSION)
$(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)