From 7352cd31fac48b348f032fbcbfa357a45f930128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 4 Apr 2021 07:26:20 +0700 Subject: [PATCH] Revert "cmake-bootstrap: update to 3.20.0." This reverts commit 2709e170ae89fbf6f57574e2bdb96f49ec3dbf7c. See: https://gitlab.kitware.com/cmake/cmake/-/issues/22024 --- srcpkgs/cmake-bootstrap/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cmake-bootstrap/template b/srcpkgs/cmake-bootstrap/template index f9c6548ef0a..8b1c0b5aded 100644 --- a/srcpkgs/cmake-bootstrap/template +++ b/srcpkgs/cmake-bootstrap/template @@ -1,7 +1,8 @@ # Template file for 'cmake-bootstrap' pkgname=cmake-bootstrap -version=3.20.0 -revision=1 +reverts="3.20.0_1" +version=3.19.7 +revision=2 wrksrc=cmake-$version bootstrap=yes build_style=configure @@ -16,7 +17,7 @@ maintainer="Đoàn Trần Công Danh " license="LGPL-2.1-or-later, BSD-3-Clause" homepage="https://www.cmake.org" distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz" -checksum=9c06b2ddf7c337e31d8201f6ebcd3bba86a9a033976a9aee207fe0c6971f4755 +checksum=58a15f0d56a0afccc3cc5371234fce73fcc6c8f9dbd775d898e510b83175588e conflicts="cmake>=0" CFLAGS="-DCMAKE_USE_SYSTEM_ZLIB -DCMAKE_USE_SYSTEM_LIBARCHIVE" @@ -36,6 +37,7 @@ post_patch() { rm -rf Utilities/cmexpat rm -rf Utilities/cmlibarchive rm -rf Utilities/cmliblzma + rm -rf Utilities/cmlibrhash rm -rf Utilities/cmnghttp2 rm -rf Utilities/cmzlib rm -rf Utilities/cmzstd