cmake: update to 3.11.2.
Closes #14519. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
1e9bb7de58
commit
90a809f74c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
version=3.11.1
|
||||
version=3.11.2
|
||||
revision=1
|
||||
build_style=configure
|
||||
makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
|
||||
|
@ -10,7 +10,7 @@ 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=57bebc6ca4d1d42c6385249d148d9216087e0fda57a47dc5c858790a70217d0c
|
||||
checksum=5ebc22bbcf2b4c7a20c4190d42c084cf38680a85b1a7980a2f1d5b4a52bf5248
|
||||
make_check_target="test"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue