comparison src/build-cmake.mk @ 4620:33a09a2e2b5c

cmake: update to v3.10.2 * src/build-cmake.mk, src/cmake.mk: update version, checksum
author John D
date Sat, 10 Mar 2018 07:18:18 -0500
parents 8d9def359371
children 3edbea625ba8
comparison
equal deleted inserted replaced
4619:4eb3a598f57c 4620:33a09a2e2b5c
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 := build-cmake 4 PKG := build-cmake
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.10.1 6 $(PKG)_VERSION := 3.10.2
7 $(PKG)_CHECKSUM := 5f4074aa9ee7101d9d24eb0e2de182e2650f6b30 7 $(PKG)_CHECKSUM := 1153d845f62a4bc04ff035460e227b4a12fcb6fb
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