diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 01:16:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 01:16:14 +0700 |
commit | ce1fcc4d5344dae9a165154f5745bc9d3c4d0cdf (patch) | |
tree | 109fcf8ff9f171f5699792fabaec3f021752cc4d | |
parent | 04161d1ed32eb9ccb60fc456b77aa78372d0dfb5 (diff) |
libraries/pugixml: Updated for version 1.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/pugixml/pugixml.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/pugixml/pugixml.info | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/pugixml/pugixml.SlackBuild b/libraries/pugixml/pugixml.SlackBuild index 44e7bd5c5ab3d..be38af3b168b5 100644 --- a/libraries/pugixml/pugixml.SlackBuild +++ b/libraries/pugixml/pugixml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pugixml -# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pugixml -VERSION=${VERSION:-1.13} -MAJVER=1.13 +VERSION=${VERSION:-1.14} +MAJVER=1.14 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/pugixml/pugixml.info b/libraries/pugixml/pugixml.info index cc0548b7cdd90..e3bd4dc4c5988 100644 --- a/libraries/pugixml/pugixml.info +++ b/libraries/pugixml/pugixml.info @@ -1,7 +1,7 @@ PRGNAM="pugixml" -VERSION="1.13" +VERSION="1.14" HOMEPAGE="https://pugixml.org/" -DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.tar.gz" +DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz" MD5SUM="3e4c588e03bdca140844f3c47c1a995e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |