libraries/tinyxml2: Updated for version 7.1.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2019-08-18 14:17:54 -07:00 committed by Willy Sudiarto Raharjo
parent 890a4d6df2
commit 06671483b6
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 tinyxml2
# Copyright 2014-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=tinyxml2
VERSION=${VERSION:-7.0.1}
VERSION=${VERSION:-7.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a readme.md TinyXML2_small.png $PKG/usr/doc/$PRGNAM-$VERSION
cp -a readme.md LICENSE.txt TinyXML2_small.png $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="tinyxml2"
VERSION="7.0.1"
VERSION="7.1.0"
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/index.html"
DOWNLOAD="https://github.com/leethomason/tinyxml2/archive/7.0.1/tinyxml2-7.0.1.tar.gz"
MD5SUM="bc3c806033a2cb426db0fdb75e5b1bf2"
DOWNLOAD="https://github.com/leethomason/tinyxml2/archive/7.1.0/tinyxml2-7.1.0.tar.gz"
MD5SUM="8a02c592702dcc7a061932425d8f3087"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""