From c4c4d5db84047fb937fe62cfab5a34b32d1e6f79 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 3 Oct 2019 23:01:59 +0200 Subject: [PATCH 1/2] cmake: update to 3.15.4. --- srcpkgs/cmake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template index 64936cddcb2..c0b11d76885 100644 --- a/srcpkgs/cmake/template +++ b/srcpkgs/cmake/template @@ -1,6 +1,6 @@ # Template file for 'cmake' pkgname=cmake -version=3.15.3 +version=3.15.4 revision=1 build_style=configure make_check_target=test @@ -11,7 +11,7 @@ maintainer="Orphaned " 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=13958243a01365b05652fa01b21d40fa834f70a9e30efa69c02604e64f58b8f5 +checksum=8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a if [ "$CROSS_BUILD" ]; then # XXX ugly :-) From 1c5ff5ac04ce1fc25a3915e9fabbd3d4654a00d1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 3 Oct 2019 23:02:06 +0200 Subject: [PATCH 2/2] cmake-gui: update to 3.15.4. --- srcpkgs/cmake-gui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template index 7e1b6d5908c..4614373f36c 100644 --- a/srcpkgs/cmake-gui/template +++ b/srcpkgs/cmake-gui/template @@ -1,6 +1,6 @@ # Template file for 'cmake-gui' pkgname=cmake-gui -version=3.15.3 +version=3.15.4 revision=1 wrksrc="cmake-${version}" build_style=configure @@ -15,7 +15,7 @@ maintainer="Orphaned " 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=13958243a01365b05652fa01b21d40fa834f70a9e30efa69c02604e64f58b8f5 +checksum=8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a nocross=yes do_install() {