From 50f99d5cf4d5a81d6e7375ef30f91d2638562453 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Nov 2018 11:35:09 +0100 Subject: [PATCH] kwallet: update to 5.52.0. --- srcpkgs/kwallet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kwallet/template b/srcpkgs/kwallet/template index e76609453d1..b41d61b038f 100644 --- a/srcpkgs/kwallet/template +++ b/srcpkgs/kwallet/template @@ -1,6 +1,6 @@ # Template file for 'kwallet' pkgname=kwallet -version=5.51.0 +version=5.52.0 revision=1 build_style=cmake make_build_args="VERBOSE=1" @@ -13,7 +13,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kwallet" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=52b963e877d7b9fbe5b7ff94f8613c6f02fa4ea136bec36b575a777626febcd8 +checksum=b03a797654dd677f15f758e4258d1821b71b13c383146c879b782b8b790e84db if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"