mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
e869028420
commit
579946329a
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue