libraries/libvirt: Updated for version 1.2.0.
Changed maintainer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4fe0f8b9af
commit
5dcf27b60e
|
@ -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.
|
Have a look at the commented part of rc.libvirt for some gotchas.
|
||||||
|
|
||||||
netcat-openbsd is an optional dependency (needed if you want
|
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.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Maintained by Bogdan Radulescu <bogdan@nimblex.net>
|
# Maintained by Bogdan Radulescu <bogdan@nimblex.net>
|
||||||
|
|
||||||
PRGNAM=libvirt
|
PRGNAM=libvirt
|
||||||
VERSION=${VERSION:-1.1.4}
|
VERSION=${VERSION:-1.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="libvirt"
|
PRGNAM="libvirt"
|
||||||
VERSION="1.1.4"
|
VERSION="1.2.0"
|
||||||
HOMEPAGE="http://libvirt.org"
|
HOMEPAGE="http://libvirt.org"
|
||||||
DOWNLOAD="ftp://libvirt.org/libvirt/libvirt-1.1.4.tar.gz"
|
DOWNLOAD="http://libvirt.org/sources/libvirt-1.2.0.tar.gz"
|
||||||
MD5SUM="0b21e97ad5d3c27d18806896e16ef82b"
|
MD5SUM="f74f78059def4e68d69b975ad6e6c3e2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="yajl urlgrabber"
|
REQUIRES="yajl urlgrabber"
|
||||||
MAINTAINER="Bogdan Radulescu"
|
MAINTAINER="Robby Workman"
|
||||||
EMAIL="bogdan@nimblex.net"
|
EMAIL="rworkman@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in New Issue