diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-01 19:10:16 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:42 +0700 |
commit | 55ea8cdc9d578fca259a69569f33892755510f19 (patch) | |
tree | 506d7fc87979d2aa7a44cddb4246986cbc2bd9bd /libraries | |
parent | 2b5c6a7c75906ddcb881910c347cf0d68ec949b1 (diff) |
libraries/libxmlb: Updated for version 0.3.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libxmlb/libxmlb.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/libxmlb/libxmlb.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libraries/libxmlb/libxmlb.SlackBuild b/libraries/libxmlb/libxmlb.SlackBuild index 6a7c8584a295..7f76b91edd45 100644 --- a/libraries/libxmlb/libxmlb.SlackBuild +++ b/libraries/libxmlb/libxmlb.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libxmlb -VERSION=${VERSION:-0.3.7} +VERSION=${VERSION:-0.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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/libxmlb/libxmlb.info b/libraries/libxmlb/libxmlb.info index 30e12676357d..d50d568fcb58 100644 --- a/libraries/libxmlb/libxmlb.info +++ b/libraries/libxmlb/libxmlb.info @@ -1,8 +1,8 @@ PRGNAM="libxmlb" -VERSION="0.3.7" +VERSION="0.3.8" HOMEPAGE="https://github.com/hughsie/libxmlb" -DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.7/libxmlb-0.3.7.tar.gz" -MD5SUM="b69ba694bbd90f592c0bdb708f1a6679" +DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.8/libxmlb-0.3.8.tar.gz" +MD5SUM="0e5de44f7c1c03995284507665d5217b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |