summaryrefslogtreecommitdiffstats
path: root/libraries/pugixml/pugixml.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-10-06 20:16:14 +0200
committer Willy Sudiarto Raharjo2023-10-06 20:16:14 +0200
commitce1fcc4d5344dae9a165154f5745bc9d3c4d0cdf (patch)
tree109fcf8ff9f171f5699792fabaec3f021752cc4d /libraries/pugixml/pugixml.SlackBuild
parent04161d1ed32eb9ccb60fc456b77aa78372d0dfb5 (diff)
downloadslackbuilds-ce1fcc4d5344dae9a165154f5745bc9d3c4d0cdf.tar.gz
libraries/pugixml: Updated for version 1.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pugixml/pugixml.SlackBuild')
-rw-r--r--libraries/pugixml/pugixml.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/pugixml/pugixml.SlackBuild b/libraries/pugixml/pugixml.SlackBuild
index 44e7bd5c5a..be38af3b16 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