mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libvirt-python: Updated for version 3.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a12c62544a
commit
d4780949e3
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libvirt-python
|
||||
|
||||
# Copyright 2013-2016 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# Copyright 2013-2017 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:-2.2.0}
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt-python"
|
||||
VERSION="2.2.0"
|
||||
VERSION="3.0.0"
|
||||
HOMEPAGE="http://libvirt.org"
|
||||
DOWNLOAD="ftp://libvirt.org/libvirt/python/libvirt-python-2.2.0.tar.gz"
|
||||
MD5SUM="fde20090374d7631ac8ea2bdab6ba510"
|
||||
DOWNLOAD="ftp://libvirt.org/libvirt/python/libvirt-python-3.0.0.tar.gz"
|
||||
MD5SUM="7db351f11b604f55a51e1ee2acebbfd2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libvirt"
|
||||
|
|
Loading…
Reference in a new issue