comparison src/cmake.mk @ 5357:68e44331705c

cmake: update to v3.17.0 * src/build-cmake.mk, src/cmake.mk: update version/checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Apr 2020 14:35:50 -0400
parents 25a483af6aa7
children c367eee9bf2b
comparison
equal deleted inserted replaced
5356:8b617962abfc 5357:68e44331705c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := cmake 4 PKG := cmake
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.16.5 6 $(PKG)_VERSION := 3.17.0
7 $(PKG)_CHECKSUM := 107ad147b769d904dbf59f13fe260451468a697e 7 $(PKG)_CHECKSUM := c931e3cb4f6c4b22ddbb8f66b4e60f9c29af6b9c
8 $(PKG)_SUBDIR := cmake-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := cmake-$($(PKG)_VERSION)
9 $(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12