libraries/pugixml: Updated for version 1.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-11-29 00:55:44 +07:00
parent 9480a61709
commit e6d89d61e3
2 changed files with 6 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pugixml
# Copyright 2015-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pugixml
VERSION=${VERSION:-1.10}
MAJVER=1.10
VERSION=${VERSION:-1.11}
MAJVER=1.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,6 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \

View file

@ -1,8 +1,8 @@
PRGNAM="pugixml"
VERSION="1.10"
VERSION="1.11"
HOMEPAGE="https://pugixml.org/"
DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz"
MD5SUM="f97237e9908201c6d8536210747b66af"
DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.11/pugixml-1.11.tar.gz"
MD5SUM="93540f4644fd4e4b02049554ef37fb90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""