libraries/libosinfo: Updated for version 1.10.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-03-22 11:41:57 +01:00 committed by Willy Sudiarto Raharjo
parent 237baf2228
commit 59e8cabd9f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libosinfo
# Copyright 2014-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2014-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libosinfo
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="libosinfo"
VERSION="1.9.0"
VERSION="1.10.0"
HOMEPAGE="http://libosinfo.org"
DOWNLOAD="https://releases.pagure.org/libosinfo/libosinfo-1.9.0.tar.xz"
MD5SUM="348db4be10ddcd4bc400340e15e178e6"
DOWNLOAD="https://releases.pagure.org/libosinfo/libosinfo-1.10.0.tar.xz"
MD5SUM="9c2059648bf6f5610ba838a1fb1a84ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="osinfo-db"