diff options
author | ArTourter <artourter@gmail.com> | 2024-06-24 17:47:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-25 06:21:31 +0700 |
commit | 93455e6b274fdde31585a3bdd15c94b4fad05708 (patch) | |
tree | 641ac33d20937ce8cda065457a62733eda982fcc /office | |
parent | 69365de09bcc83d32c11dcbbda36cc9851d429e3 (diff) |
office/keepassxc: Updated for version 2.7.9.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 35064438a39ce..e18986e44c548 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.8} +VERSION=${VERSION:-2.7.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index be8700287d54a..8453e4a86e9e6 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.7.8" +VERSION="2.7.9" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.8/keepassxc-2.7.8-src.tar.xz" -MD5SUM="5bf705a6277e17b162a4ad2a8fd60dbf" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.9/keepassxc-2.7.9-src.tar.xz" +MD5SUM="1d135d224a4f6d4767caa9d8c254767e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Botan libminizip" |