comparison src/cmake.mk @ 6172:46d87e71bff7

* src/build-cmake.mk, src/cmake.mk: update to v3.23.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Apr 2022 09:39:32 -0400
parents dbf2ef1f33f7
children 30ba23fb640d
comparison
equal deleted inserted replaced
6171:e61f3c723840 6172:46d87e71bff7
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.23.0 6 $(PKG)_VERSION := 3.23.1
7 $(PKG)_CHECKSUM := 9df212e476175ed70aa4bac3ac0ba27b0021a554 7 $(PKG)_CHECKSUM := 0a7c642e64d1d8cb0041d2aa2904cd7010391242
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 := bzip2 curl expat xz zlib 11 $(PKG)_DEPS := bzip2 curl expat xz zlib
12 12