mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/tinyxml2: Updated for version 8.0.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a34bc0611a
commit
a97381b315
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tinyxml2
|
||||
|
||||
# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2014-2020 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.1.0}
|
||||
VERSION=${VERSION:-8.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tinyxml2"
|
||||
VERSION="7.1.0"
|
||||
VERSION="8.0.0"
|
||||
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/index.html"
|
||||
DOWNLOAD="https://github.com/leethomason/tinyxml2/archive/7.1.0/tinyxml2-7.1.0.tar.gz"
|
||||
MD5SUM="8a02c592702dcc7a061932425d8f3087"
|
||||
DOWNLOAD="https://github.com/leethomason/tinyxml2/archive/8.0.0/tinyxml2-8.0.0.tar.gz"
|
||||
MD5SUM="5dc535c8b34ee621fe2128f072d275b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue