libraries/xmltooling: Updated for version 3.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2018-07-18 22:51:35 +01:00 committed by Willy Sudiarto Raharjo
parent 3ced968d5f
commit 14b1b81f22
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for XMLTooling
# Copyright 2012-2017 Thibaut Notteboom, Paris, FRANCE
# Copyright 2012-2018 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xmltooling
VERSION=${VERSION:-1.6.1}
VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="xmltooling"
VERSION="1.6.1"
VERSION="3.0.0"
HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C"
DOWNLOAD="https://shibboleth.net/downloads/c++-opensaml/latest/xmltooling-1.6.1.tar.bz2"
MD5SUM="9ae4ff3fab55782da791f0919ffd5f96"
DOWNLOAD="https://shibboleth.net/downloads/c++-opensaml/3.0.0/xmltooling-3.0.0.tar.gz"
MD5SUM="2dd36017045414fa2f1f98fb788df5cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="log4shib xml-security-c"