comparison src/build-cmake.mk @ 4582:8d9def359371

cmake: update to v3.10.1 * src/build-cmake.mk: update version, checkum * src/cmake.mk: update version, checkum
author John D
date Mon, 18 Dec 2017 09:56:56 -0500
parents 370d4b76f132
children 33a09a2e2b5c
comparison
equal deleted inserted replaced
4581:47d998c794e6 4582:8d9def359371
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.0 6 $(PKG)_VERSION := 3.10.1
7 $(PKG)_CHECKSUM := b914ab1de1ebadf9f84a9afe89167ea22846b26e 7 $(PKG)_CHECKSUM := 5f4074aa9ee7101d9d24eb0e2de182e2650f6b30
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