cmake: update to 4.1.0.

This commit is contained in:
Đoàn Trần Công Danh 2025-08-13 10:50:17 +07:00
parent aa3e5eeb47
commit 39f5797dc4

View file

@ -1,6 +1,6 @@
# Template file for 'cmake'
pkgname=cmake
version=4.0.2
version=4.1.0
revision=1
build_style=cmake
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
@ -17,7 +17,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=1c3a82c8ca7cf12e0b17178f9d0c32f7ac773bd5651a98fcfd80fbf4977f8d48
checksum=81ee8170028865581a8e10eaf055afb620fa4baa0beb6387241241a975033508
if [ "$XBPS_TARGET_LIBC" = musl ]; then
configure_args+=" -DCMake_NO_SELF_BACKTRACE=1"