diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-02-06 17:54:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:53 +0700 |
commit | 5550fc4887991afda6863840fedd9c92da2ab32b (patch) | |
tree | 6487663d22304fe42809433dec1a056943d815ae /office | |
parent | 67bd774560c0f60f9abdf96869551333ef18d671 (diff) | |
download | slackbuilds-5550fc4887991afda6863840fedd9c92da2ab32b.tar.gz |
office/keepassxc: Updated for version 2.1.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office')
-rw-r--r-- | office/keepassxc/README | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 895b36d6d0..6ba37b7081 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -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. diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 3733052be5..28754534fa 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -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} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 296fa51027..65ab7e8c23 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -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" |