mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cmake: update to 3.17.3.
This commit is contained in:
parent
8e2abbf899
commit
0d8c0dbd5e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
version=3.17.2
|
||||
version=3.17.3
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
|
||||
|
@ -8,13 +8,13 @@ configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
|
|||
make_check_target=test
|
||||
makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
|
||||
ncurses-devel rhash-devel"
|
||||
checkdepends="pax"
|
||||
checkdepends="pax pkg-config"
|
||||
short_desc="Cross-platform, open-source build system"
|
||||
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=fc77324c4f820a09052a7785549b8035ff8d3461ded5bbd80d252ae7d1cd3aa5
|
||||
checksum=0bd60d512275dc9f6ef2a2865426a184642ceb3761794e6b65bff233b91d8c40
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX ugly :-)
|
||||
|
|
Loading…
Add table
Reference in a new issue