diff options
author | ArTourter <artourter@gmail.com> | 2022-04-07 00:37:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:50 +0700 |
commit | b81722b58d25b9ce78eb6edadd3846af7150cbb2 (patch) | |
tree | 48b2d08e6bbed49229ef4c7e0dba6075ca7c12fc /office/keepassxc | |
parent | 15a74ae5f249e6a94c171cfc5256bbe03f2f6c92 (diff) |
office/keepassxc: updated for version 2.7.1
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/keepassxc')
-rw-r--r-- | office/keepassxc/README | 3 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index ee2bb35315e3..fec6bd4eec58 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -22,8 +22,7 @@ Networking support, allowing website favicons to be downloaded, is enabled by default. This maybe disabled by passing NETWORKING=OFF to the script. -To include documentation, rubygem-asciidoctor must be installed and -DOCS=ON must be passed to the script. +To include documentation, DOCS=ON must be passed to the script. Support for database sharing and synchronisation using KeeShare will be disabled. It can be enabled by setting KEESHARE=ON, or a secure version diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 8cc6a7da0408..0418dc58682b 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=keepassxc -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 2600347e2b4f..c23cdef326e8 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.7.0" +VERSION="2.7.1" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.0/keepassxc-2.7.0-src.tar.xz" -MD5SUM="18b3bf6a14c3d735d469551b33d6a4e3" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.1/keepassxc-2.7.1-src.tar.xz" +MD5SUM="4f35e710b7791513afd6928d1d735450" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Botan" |