libraries/aqbanking: Updated for version 6.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7fb524ee3c
commit
f556d1ef67
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for aqbanking
|
||||
|
||||
# Copyright 2013-2018 Heiko Rosemann Germany
|
||||
# Copyright 2013-2020 Heiko Rosemann Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=aqbanking
|
||||
VERSION=${VERSION:-5.8.0beta}
|
||||
VERSION=${VERSION:-6.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
i?86) ARCH=i686 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aqbanking"
|
||||
VERSION="5.8.0beta"
|
||||
HOMEPAGE="https://www.aquamaniac.de/rdm/"
|
||||
DOWNLOAD="https://www.aquamaniac.de/rdm/attachments/download/103/aqbanking-5.8.0beta.tar.gz"
|
||||
MD5SUM="1c912ecb4d41578f60649d99f5139ba3"
|
||||
VERSION="6.0.2"
|
||||
HOMEPAGE="https://www.aquamaniac.de/"
|
||||
DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/243/aqbanking-6.0.2.tar.gz"
|
||||
MD5SUM="73183759493e771415781cd34d4dab04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gwenhywfar xmlsec"
|
||||
|
|
Loading…
Reference in New Issue