cmake: update to 3.17.1.

This commit is contained in:
Piraty 2020-04-16 18:54:38 +02:00
parent 3b2e27fb1d
commit 90bf6dde8f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cmake'
pkgname=cmake
version=3.17.0
version=3.17.1
revision=1
build_style=configure
configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
@ -14,7 +14,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
license="LGPL-2.1-or-later, BSD-3-Clause"
homepage="https://www.cmake.org"
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
checksum=b74c05b55115eacc4fa2b77a814981dbda05cdc95a53e279fe16b7b272f00847
checksum=3aa9114485da39cbd9665a0bfe986894a282d5f0882b1dea960a739496620727
if [ "$CROSS_BUILD" ]; then
# XXX ugly :-)