From 5160f0078e6e2344c544b36a480c846bd0fc8793 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 11 Aug 2019 20:56:49 +0200 Subject: [PATCH] kinit: update to 5.61.0 [ci skip] --- srcpkgs/kinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 7e2e7e88b9b..eb199f3bca9 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.60.0 +version=5.61.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-only" homepage="https://projects.kde.org/projects/frameworks/kinit" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=c8c109e220e8eb812a09d3474439b0f6f6af4d25861322a9494fc206da51afdc +checksum=1806bba9cc3f4d9c5ed23f49eca30707e8f74a99d35f5022130a46a395f2858f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"