cmake: update to 3.11.4.
Closes #28. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
be328d5d91
commit
123d716c3b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
version=3.11.3
|
||||
version=3.11.4
|
||||
revision=1
|
||||
build_style=configure
|
||||
makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
|
||||
|
@ -9,8 +9,8 @@ short_desc="Cross-platform, open-source build system"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=287135b6beb7ffc1ccd02707271080bbf14c21d80c067ae2c0040e5f3508c39a
|
||||
distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8f864e9f78917de3e1483e256270daabc4a321741592c5b36af028e72bff87f5
|
||||
make_check_target=test
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue