comparison src/cmake.mk @ 6353:2e45c970becf

* src/build-cmake.mk, src/cmake.mk: update to 3.23.3
author John Donoghue <john.donoghue@ieee.org>
date Wed, 03 Aug 2022 16:37:58 -0400
parents 30ba23fb640d
children
comparison
equal deleted inserted replaced
6352:2040e40ccd53 6353:2e45c970becf
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.2 6 $(PKG)_VERSION := 3.23.3
7 $(PKG)_CHECKSUM := 766ac6c7f94529ae097e3c0fa15a38abad58cf18 7 $(PKG)_CHECKSUM := 99a7d4586f1a411cd30dfa57438300390396402c
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