From 83d303c0f26f78834e181933a6dd4c702a1b7dcb Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2019 00:31:32 +0300 Subject: [PATCH] kwallet: update to 5.63.0 [ci skip] --- srcpkgs/kwallet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kwallet/template b/srcpkgs/kwallet/template index 531e6b50011..c5c8bb2e79e 100644 --- a/srcpkgs/kwallet/template +++ b/srcpkgs/kwallet/template @@ -1,6 +1,6 @@ # Template file for 'kwallet' pkgname=kwallet -version=5.62.0 +version=5.63.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,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=911d1f3320e7e3d25243e134ba0e42cd5e3ed2ee6c846dbb13777b1a4b338a5b +checksum=0f094d52f1a14f04006dcbec4c8bcd7972a6e6b6fb62c6c9c5dc40405faee3b6 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"