comparison src/cmake.mk @ 5339:25a483af6aa7

* src/build-cmake.mk, src/cmake.mk: update to v3.16.5
author John Donoghue
date Thu, 05 Mar 2020 12:55:24 -0500
parents ad9065b95d97
children 68e44331705c
comparison
equal deleted inserted replaced
5338:814092edb9d8 5339:25a483af6aa7
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.4 6 $(PKG)_VERSION := 3.16.5
7 $(PKG)_CHECKSUM := 3ae23da521d5c0e871dd820a0d3af5504f0bd6db 7 $(PKG)_CHECKSUM := 107ad147b769d904dbf59f13fe260451468a697e
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