From 10da4daf8ee48b33e76962cb5148d908a5af4405 Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 2 Oct 2017 12:56:38 +0200 Subject: [PATCH] keepassxc: update to 2.2.1. --- srcpkgs/keepassxc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template index 202c347ff9f..e1a5fb07e7f 100644 --- a/srcpkgs/keepassxc/template +++ b/srcpkgs/keepassxc/template @@ -1,6 +1,6 @@ # Template file for 'keepassxc' pkgname=keepassxc -version=2.2.0 +version=2.2.1 revision=1 build_style=cmake configure_args="-DWITH_XC_HTTP=ON -DWITH_XC_YUBIKEY=ON -DWITH_XC_AUTOTYPE=ON -DWITH_TESTS=OFF" @@ -9,8 +9,8 @@ short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”" 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/releases/download/${version}/keepassxc-${version}-src.tar.xz" -checksum=71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59 +distfiles="https://github.com/keepassxreboot/keepassxc/archive/${version}.tar.gz" +checksum=184663e8b08e081dedf4c9dbdd68bf86ed0f5e32388b4781b7afcf89ef5c8e4d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel qt5-qmake qt5-tools"