diff options
Diffstat (limited to 'libraries/pugixml/pugixml.SlackBuild')
-rw-r--r-- | libraries/pugixml/pugixml.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pugixml/pugixml.SlackBuild b/libraries/pugixml/pugixml.SlackBuild index be38af3b16..aa1c01f396 100644 --- a/libraries/pugixml/pugixml.SlackBuild +++ b/libraries/pugixml/pugixml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pugixml -# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2025 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.14} -MAJVER=1.14 +VERSION=${VERSION:-1.15} +MAJVER=1.15 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |