From 48564c963ee8f62acb195ede6d3255733064ef37 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 10 Nov 2019 10:37:49 +0100 Subject: [PATCH] kinit: update to 5.64.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 94262d45761..6bf99d2d87e 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.63.0 +version=5.64.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=9dcb8d59419066a11b11b64dc028f8cccf7713cd5230451ca8ea5b724c8ae01a +checksum=5298b783499cedb681c334b20234a511cb3377e66d140e7df6b7c1899186263d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"