diff options
author | ArTourter | 2024-05-08 15:28:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2024-05-11 01:51:53 +0200 |
commit | 29fe5805ae32bd47f341475a0e6b20d3e7d2d850 (patch) | |
tree | fc8ac85d04e1316f10d2ffbf3729bfbc03a5ed8e /office | |
parent | e8ab105ae84b64c1c265abc1fce282ae3da0ab67 (diff) | |
download | slackbuilds-29fe5805ae32bd47f341475a0e6b20d3e7d2d850.tar.gz |
office/keepassxc: Updated for version 2.7.8.
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 2696a9d0f2..35064438a3 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.7} +VERSION=${VERSION:-2.7.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 5a00650679..be8700287d 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.7.7" +VERSION="2.7.8" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz" -MD5SUM="3d877de7149ab18c0a95fc86b295064f" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.8/keepassxc-2.7.8-src.tar.xz" +MD5SUM="5bf705a6277e17b162a4ad2a8fd60dbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Botan libminizip" |