aboutsummaryrefslogtreecommitdiff
path: root/libraries/pugixml/pugixml.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 14:14:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 14:14:12 +0700
commit2d7adaffc9d04c477a266e836027968b65e98b3e (patch)
tree75576205f732393c3bf9e5b93f9a10c603038d9e /libraries/pugixml/pugixml.SlackBuild
parent8f5fc55475a53d846d38aa424a08d15613d2b5f3 (diff)
libraries/pugixml: Updated for version 1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pugixml/pugixml.SlackBuild')
-rw-r--r--libraries/pugixml/pugixml.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pugixml/pugixml.SlackBuild b/libraries/pugixml/pugixml.SlackBuild
index 991ef2ed1114..8bf5a2962cd0 100644
--- a/libraries/pugixml/pugixml.SlackBuild
+++ b/libraries/pugixml/pugixml.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pugixml
-# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2022 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.11.4}
-MAJVER=1.11.4
+VERSION=${VERSION:-1.12}
+MAJVER=1.12
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}