mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libxmlb: Updated for version 0.3.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
8dfd18e740
commit
2645c31433
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libxmlb"
|
||||
VERSION="0.3.6"
|
||||
VERSION="0.3.7"
|
||||
HOMEPAGE="https://github.com/hughsie/libxmlb"
|
||||
DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.6/libxmlb-0.3.6.tar.gz"
|
||||
MD5SUM="aac20bfea7ade1c1ae4ea2e935f5561e"
|
||||
DOWNLOAD="https://github.com/hughsie/libxmlb/archive/0.3.7/libxmlb-0.3.7.tar.gz"
|
||||
MD5SUM="b69ba694bbd90f592c0bdb708f1a6679"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue