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>
This commit is contained in:
ArTourter 2023-05-18 17:40:13 +01:00 committed by Willy Sudiarto Raharjo
parent e869028420
commit 579946329a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"