From 73f384ee3e63132dc7c01ced92199ce3f69b1ff0 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 15 Sep 2019 14:58:42 +0200 Subject: [PATCH] kinit: update to 5.62.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 eb199f3bca9..09224fa42c4 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.61.0 +version=5.62.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=1806bba9cc3f4d9c5ed23f49eca30707e8f74a99d35f5022130a46a395f2858f +checksum=5c4b066362ab6528b5c9ac654c20cc4eeed87e5384b26b3aa1df968c98c1e21a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"