summaryrefslogtreecommitdiffstats
path: root/src/cmake.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2020-06-09 10:08:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2020-06-09 10:08:26 (GMT)
commit68973eb222ed4335ee7d8718263e19d44e31883b (patch)
treeba3c7aa50074bc67cfd863b1c6a2cb8e3ea045b4 /src/cmake.mk
parent33bb540bfbcfb281bb58c87edc47033c3ce95a13 (diff)
downloadmxe-68973eb222ed4335ee7d8718263e19d44e31883b.zip
mxe-68973eb222ed4335ee7d8718263e19d44e31883b.tar.gz
mxe-68973eb222ed4335ee7d8718263e19d44e31883b.tar.bz2
cmake: update 3.15.4 --> 3.17.3
Tested with: make `make show-downstream-deps-cmake` \ MXE_TARGETS="i686-w64-mingw32.static \ i686-w64-mingw32.shared \ x86_64-w64-mingw32.static \ x86_64-w64-mingw32.shared"
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 7384485..68c0fa0 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.15.4
-$(PKG)_CHECKSUM := 8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a
+$(PKG)_VERSION := 3.17.3
+$(PKG)_CHECKSUM := 0bd60d512275dc9f6ef2a2865426a184642ceb3761794e6b65bff233b91d8c40
$(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)