diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-26 10:08:20 +1300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-26 21:56:48 -0600 |
commit | 2645c314336e49599d882dc113c865b8794d8079 (patch) | |
tree | 4c38307d7ef5bbc02b79c27b0c3e15ec5692fef4 /libraries/libxmlb/libxmlb.SlackBuild | |
parent | 8dfd18e740c0af99d54c7fb36b7f3a18c8c1ba9d (diff) |
libraries/libxmlb: Updated for version 0.3.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/libxmlb/libxmlb.SlackBuild')
-rw-r--r-- | libraries/libxmlb/libxmlb.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libxmlb/libxmlb.SlackBuild b/libraries/libxmlb/libxmlb.SlackBuild index d39ee8595275..6a7c8584a295 100644 --- a/libraries/libxmlb/libxmlb.SlackBuild +++ b/libraries/libxmlb/libxmlb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libxmlb -# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libxmlb -VERSION=${VERSION:-0.3.6} +VERSION=${VERSION:-0.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |