diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-12-11 13:21:19 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-12-11 13:21:19 (GMT) |
commit | 6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f (patch) | |
tree | af26d015068f182aa21d245359772c50053aa058 | |
parent | 77ed87e55d0ee1bb7f0ac18a10d2331dc95576bb (diff) | |
download | mxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.zip mxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.tar.gz mxe-6bc8377f9e3c6d8ae6c5eb8387f7143c5b309a9f.tar.bz2 |
cmake: update
-rw-r--r-- | src/cmake.mk | 6 |
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) |