diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-25 18:38:51 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:42:18 +0700 |
commit | a60259a608dd81eae17a697c303cab56fe9f7d58 (patch) | |
tree | 1df452c4aa6463c93f2c115b88fb729cefe25ce2 /office/keepassxc | |
parent | 521eb52942ea64a484d2d5b87b9d9e883fee13c3 (diff) |
office/keepassxc: Updated for version 2.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office/keepassxc')
-rw-r--r-- | office/keepassxc/README | 4 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 3 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 895b36d6d0c3..d21cd9e9641e 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -10,4 +10,8 @@ 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. +KeePassXC can be built with YubiKey two-factor authentication support for +unlocking the database. This introduces a dependency on ykpers and can be +enabled by passing XC_YUBIKEY=ON to the script. + Autotype may be disabled by passing XC_AUTOTYPE=OFF. diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 0b47249da827..2d78c1a102ac 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.4} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,6 +76,7 @@ cd build -DCMAKE_BUILD_TYPE=Release \ -DWITH_TESTS=OFF \ -DWITH_XC_HTTP="${XC_HTTP:-OFF}" \ + -DWITH_XC_YUBIKEY="${XC_YUBIKEY:-OFF}" \ -DWITH_XC_AUTOTYPE="${XC_AUTOTYPE:-ON}" \ .. diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 66aeca61a5a1..0d80c880a75d 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.1.4" +VERSION="2.2.0" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.4/keepassxc-2.1.4.tar.gz" -MD5SUM="5ef08a1c2eb7d0539335f5358bdee24e" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.2.0/keepassxc-2.2.0.tar.gz" +MD5SUM="e8f6925b7248e6acaa0de797cbb59e6e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |