From 3708554a30dad534fea3366d8e062d096d073369 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 May 2019 11:15:54 +0200 Subject: [PATCH] kinit: update to 5.58.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 62a4a69e85..85fa981b44 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.57.0 +version=5.58.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=7d5ca84d7bd554531aa6d720d3dc41ac091cf047a52d097a23e5c8fad08b684c +checksum=22c2adb9b1b52d0f90db9c36bd0313250d986a207f781c0582e85c4805297e53 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"