cmake: update to 3.25.3.

This commit is contained in:
Đoàn Trần Công Danh 2023-03-09 17:40:31 +07:00 committed by Đoàn Trần Công Danh
parent 679f73eca5
commit f2a6e74409

View file

@ -1,6 +1,6 @@
# Template file for 'cmake'
pkgname=cmake
version=3.25.2
version=3.25.3
revision=1
build_style=cmake
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
@ -16,7 +16,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-3-Clause, ICU"
homepage="https://www.cmake.org"
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
checksum=c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c
checksum=cc995701d590ca6debc4245e9989939099ca52827dd46b5d3592f093afe1901c
replaces="cmake-bootstrap>=0"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
@ -45,8 +45,7 @@ pre_configure() {
do_check() {
cd build
# https://gitlab.kitware.com/cmake/cmake/-/issues/23885
./bin/ctest -E RunCMake.SymlinkTrees
./bin/ctest
}
post_install() {