comparison src/build-cmake.mk @ 4371:b16a4e40bcf8

cmake_update 3.7.2 * src/build-cmake.mk: update version, checksum * src/cmake.mk: update version, checksum
author John D
date Thu, 23 Mar 2017 07:46:42 -0400
parents 8addd53be58b
children 1a92716b1682
comparison
equal deleted inserted replaced
4370:56a84121d674 4371:b16a4e40bcf8
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.7.1 6 $(PKG)_VERSION := 3.7.2
7 $(PKG)_CHECKSUM := d00c720847c0a2aff817c36377569efbb677fb08 7 $(PKG)_CHECKSUM := ea73af0c3c832e586bf2f82a13a708ea509d5a88
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/v3.7/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.cmake.org/files/v3.7/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12