From 401bb32d4c2bf6b6d902e89e34ea9f3570d05cd9 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sat, 9 Feb 2019 14:23:42 +0100 Subject: [PATCH] kinit: update to 5.55.0. --- srcpkgs/kinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 0e3326c1939..7df60c4b0de 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.54.0 +version=5.55.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=2982caa7157486b2c7657779476d5e4e2234f5554fa69848b41737ed2733b95e +checksum=3e2d442ba1cf733e6da2983c9e78e0ff96abb5c1762722346d0b3b5dbc8dbc87 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"