libraries/libvirt: Updated for version 1.2.0.

Changed maintainer

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-12-03 21:55:38 +01:00
parent 4fe0f8b9af
commit 5dcf27b60e
3 changed files with 8 additions and 7 deletions

View File

@ -27,4 +27,5 @@ and if you want it to stop at shutdown add this to
Have a look at the commented part of rc.libvirt for some gotchas.
netcat-openbsd is an optional dependency (needed if you want
to connect from a remote host using virt-manager).
to connect from a remote host using virt-manager). Other optional
dependencies include avahi, libcap-ng, libssh2, and xen.

View File

@ -5,7 +5,7 @@
# Maintained by Bogdan Radulescu <bogdan@nimblex.net>
PRGNAM=libvirt
VERSION=${VERSION:-1.1.4}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="libvirt"
VERSION="1.1.4"
VERSION="1.2.0"
HOMEPAGE="http://libvirt.org"
DOWNLOAD="ftp://libvirt.org/libvirt/libvirt-1.1.4.tar.gz"
MD5SUM="0b21e97ad5d3c27d18806896e16ef82b"
DOWNLOAD="http://libvirt.org/sources/libvirt-1.2.0.tar.gz"
MD5SUM="f74f78059def4e68d69b975ad6e6c3e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yajl urlgrabber"
MAINTAINER="Bogdan Radulescu"
EMAIL="bogdan@nimblex.net"
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"