diff options
-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" |