summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2020-12-12 02:29:23 (GMT)
committerTony Theodore <tonyt@logyst.com>2020-12-12 02:29:23 (GMT)
commit5d408eea94e6106b45851fb2f3dfe5b41aa3a65a (patch)
treeb66c84008d59a9871dbf127cbfd99966e7f76d7b
parent4b4b9ccb5403904c920f1eb61e5cdf2a8c9fbc7a (diff)
downloadmxe-5d408eea94e6106b45851fb2f3dfe5b41aa3a65a.zip
mxe-5d408eea94e6106b45851fb2f3dfe5b41aa3a65a.tar.gz
mxe-5d408eea94e6106b45851fb2f3dfe5b41aa3a65a.tar.bz2
cmake: update 3.17.3 --> 3.19.1
-rw-r--r--src/cmake.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake.mk b/src/cmake.mk
index 68c0fa0..d1a6e33 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.17.3
-$(PKG)_CHECKSUM := 0bd60d512275dc9f6ef2a2865426a184642ceb3761794e6b65bff233b91d8c40
+$(PKG)_VERSION := 3.19.1
+$(PKG)_CHECKSUM := 1d266ea3a76ef650cdcf16c782a317cb4a7aa461617ee941e389cb48738a3aba
$(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)