diff options
author | ArTourter <artourter@gmail.com> | 2023-05-18 17:40:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:23 +0700 |
commit | 579946329a51a1b87a2769c90ddaebf045fe11b6 (patch) | |
tree | a8ef4f85683b65204e4aeda787021e8fe6db8294 /office/keepassxc | |
parent | e869028420c664038731de551d1f61d59580c3fc (diff) |
office/keepassxc: Updated for version 2.7.5.
This release add compatibility for Botan3.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/keepassxc')
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 4 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index a1255cbfb98e5..f8b6773db672b 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for KeePassXC # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2023 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=keepassxc -VERSION=${VERSION:-2.7.4} +VERSION=${VERSION:-2.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 5680c5ec9303f..72addfe58cbd2 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.7.4" +VERSION="2.7.5" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.4/keepassxc-2.7.4-src.tar.xz" -MD5SUM="18f7947f40c2d622ec4a81e9b0fed03e" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.5/keepassxc-2.7.5-src.tar.xz" +MD5SUM="4f7ae95e60cdeac65d307867f7ab6f12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Botan" |