From 94311eccd139d883f30917691cef3f58693edd4b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 12 Dec 2017 01:29:57 -0200 Subject: [PATCH] keepassxc: update to 2.2.3. Closes: #9928 [via git-merge-pr] --- srcpkgs/keepassxc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template index c12fb046f54..538ed55003f 100644 --- a/srcpkgs/keepassxc/template +++ b/srcpkgs/keepassxc/template @@ -1,6 +1,6 @@ # Template file for 'keepassxc' pkgname=keepassxc -version=2.2.2 +version=2.2.3 revision=1 build_style=cmake configure_args="-DWITH_XC_HTTP=ON -DWITH_XC_YUBIKEY=ON -DWITH_XC_AUTOTYPE=ON -DWITH_TESTS=OFF" @@ -10,7 +10,7 @@ maintainer="ibrokemypie " license="GPL-3, GPL-2, BSD-3-clause, LGPL-2, LGPL-2.1, LGPL-3+, Boost-1.0, CC-0" homepage="https://keepassxc.org/" distfiles="https://github.com/keepassxreboot/keepassxc/archive/${version}.tar.gz" -checksum=d36b21415f666d68eb130d739302759a0746b8df9315f828b44b7c1333c2d6a3 +checksum=5e82efa374ad4dcc29a9e60dff7fa40bebef0969ed842ad57c95229fda0d392b if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel qt5-qmake qt5-tools"