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