Browse Source
libraries/libxmlb: Updated for version 0.3.11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Andrew Clemons
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/libxmlb/libxmlb.SlackBuild
-
libraries/libxmlb/libxmlb.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for libxmlb |
|
|
|
|
|
|
|
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand |
|
|
|
# Copyright 2022 Andrew Clemons, Tokyo Japan |
|
|
|
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=libxmlb |
|
|
|
VERSION=${VERSION:-0.3.10} |
|
|
|
VERSION=${VERSION:-0.3.11} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="libxmlb" |
|
|
|
VERSION="0.3.10" |
|
|
|
VERSION="0.3.11" |
|
|
|
HOMEPAGE="https://github.com/hughsie/libxmlb" |
|
|
|
DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.10/libxmlb-0.3.10.tar.gz" |
|
|
|
MD5SUM="8e9240b2b292b846beb29ae5428af75f" |
|
|
|
DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.11/libxmlb-0.3.11.tar.gz" |
|
|
|
MD5SUM="751a20472aaf901e5306497581491508" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|