cmake: update to 3.18.2.

This commit is contained in:
Piraty 2020-08-24 23:19:19 +02:00
parent 35054e54ee
commit a015322066
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cmake' # Template file for 'cmake'
pkgname=cmake pkgname=cmake
version=3.18.1 version=3.18.2
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake 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" license="LGPL-2.1-or-later, BSD-3-Clause"
homepage="https://www.cmake.org" homepage="https://www.cmake.org"
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz" distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
checksum=c0e3338bd37e67155b9d1e9526fec326b5c541f74857771b7ffed0c46ad62508 checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# XXX ugly :-) # XXX ugly :-)