From 9f259c35144080cf742fdcb00c81fc0807737bb9 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 2 Mar 2023 21:15:47 +0100 Subject: [PATCH] ksshaskpass: update to 5.27.2. --- srcpkgs/ksshaskpass/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ksshaskpass/template b/srcpkgs/ksshaskpass/template index 79385804e82..f4f1ee12b8a 100644 --- a/srcpkgs/ksshaskpass/template +++ b/srcpkgs/ksshaskpass/template @@ -1,6 +1,6 @@ # Template file for 'ksshaskpass' pkgname=ksshaskpass -version=5.27.1 +version=5.27.2 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,5 +12,5 @@ maintainer="John " license="GPL-2.0-or-later" homepage="https://invent.kde.org/plasma/ksshaskpass" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=7c5d503f03c23a98bc612b99bcaf432333bb4f176c474e2bf6433eee4a947af7 +checksum=d9950967aba7442c982a0ab2e5d0369baf60bdcfcefd2c3252a9fa863f8156c5 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/ksshaskpass"