office/keepassxc: Updated for version 2.1.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-02-06 17:54:55 -08:00 committed by Willy Sudiarto Raharjo
parent 67bd774560
commit 5550fc4887
3 changed files with 6 additions and 6 deletions

View file

@ -8,6 +8,6 @@ SlackBuild).
KeePassXC can be built with keepasshttp support, meaning that it can function
as password storage for Mozilla Firefox and Chromium. This may be enabled by
passing XC_HTTP=ON to the script.
passing XC_HTTP=ON to the script, in which case libmicrohttpd is required.
Autotype may be disabled by passing XC_AUTOTYPE=OFF.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=keepassxc
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="keepassxc"
VERSION="2.1.0"
VERSION="2.1.1"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.0/keepassxc-2.1.0.tar.gz"
MD5SUM="765de5963cf1eb841591bd4074c659f6"
DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.1/keepassxc-2.1.1.tar.gz"
MD5SUM="45292e9adedcd8706b419db63027e224"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmicrohttpd qt5"
REQUIRES="qt5"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"