office/keepassxc: Updated for version 2.7.9.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69365de09b
commit
93455e6b27
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue