libraries/libvirt-python: Updated for version 4.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c40c1db7d9
commit
7e288ddffb
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libvirt-python
|
||||
|
||||
# Copyright 2013-2017 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# Copyright 2013-2018 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libvirt-python
|
||||
VERSION=${VERSION:-3.10.0}
|
||||
VERSION=${VERSION:-4.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt-python"
|
||||
VERSION="3.10.0"
|
||||
VERSION="4.0.0"
|
||||
HOMEPAGE="http://libvirt.org"
|
||||
DOWNLOAD="ftp://libvirt.org/libvirt/python/libvirt-python-3.10.0.tar.gz"
|
||||
MD5SUM="b75efebfa51ce268665298cce9aa0857"
|
||||
DOWNLOAD="ftp://libvirt.org/libvirt/python/libvirt-python-4.0.0.tar.gz"
|
||||
MD5SUM="b3db91358dd759b89fbe38bfe24e5ca1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libvirt"
|
||||
|
|
Loading…
Reference in New Issue