libraries/libvirt-python: Updated for version 9.1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2515b30029
commit
4ac8c158e1
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libvirt-python
|
||||
|
||||
# Copyright 2013-2021 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# Copyright 2013-2023 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libvirt-python
|
||||
VERSION=${VERSION:-8.1.0}
|
||||
VERSION=${VERSION:-9.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt-python"
|
||||
VERSION="8.1.0"
|
||||
VERSION="9.1.0"
|
||||
HOMEPAGE="https://libvirt.org"
|
||||
DOWNLOAD="https://libvirt.org/sources/python/libvirt-python-8.1.0.tar.gz"
|
||||
MD5SUM="dbb1ab179303700aefa20f831b645ee2"
|
||||
DOWNLOAD="https://libvirt.org/sources/python/libvirt-python-9.1.0.tar.gz"
|
||||
MD5SUM="24a0043ff93979fa2b9ca8925893a6e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libvirt"
|
||||
|
|
Loading…
Reference in New Issue