From 7940c8539112623aab9d3fae1bf0c1a230f264a8 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 15 Oct 2018 10:58:57 +0200 Subject: [PATCH] kinit: update to 5.51.0. --- srcpkgs/kinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 15511f8816d..08bd56ee6ab 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.50.0 +version=5.51.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=912c278141c30b4123c39773117971a4f8bdc1b3fc82061bb36dea80daa6ead1 +checksum=1464902a9266c302ed48f7b9ebfd5a11944c4eddb4da805b4ec560163bf644b7 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"