cmake: update to 3.20.1.
This commit is contained in:
parent
9be8514270
commit
4b965adb68
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
reverts="3.20.0_1"
|
||||
version=3.19.7
|
||||
revision=2
|
||||
version=3.20.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake -DCMAKE_BUILD_TYPE=None
|
||||
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
|
||||
-DCMAKE_USE_SYSTEM_LIBRARIES=ON -DKWSYS_LFS_WORKS=1"
|
||||
make_check_target=test
|
||||
make_cmd=make
|
||||
|
@ -17,7 +16,7 @@ maintainer="Nathan Owens <ndowens04@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=58a15f0d56a0afccc3cc5371234fce73fcc6c8f9dbd775d898e510b83175588e
|
||||
checksum=3f1808b9b00281df06c91dd7a021d7f52f724101000da7985a401678dfe035b0
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
|
|
Loading…
Reference in a new issue