comparison src/build-cmake.mk @ 3751:e856d514bfb0

build-cmake: update to 3.0.2 * src/build-cmake.mk: update version, checksum
author John Donoghue
date Tue, 02 Dec 2014 12:36:28 -0500
parents 35f55146443b
children 1913726d5f79
comparison
equal deleted inserted replaced
3750:713653a0cc35 3751:e856d514bfb0
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 := 2.8.12.2 6 $(PKG)_VERSION := 3.0.2
7 $(PKG)_CHECKSUM := cca70b307aa32a6a32c72e01fdfcecc84c1c2690 7 $(PKG)_CHECKSUM := 379472e3578902a1d6f8b68a9987773151d6f21a
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/v2.8/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.cmake.org/files/v3.0/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION) 15 echo $($(PKG)_VERSION)