libvirt 0.9.11.3 + 0.9.12

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Justin Clift 2012-05-14 18:50:59 +10:00 committed by Adam Vandenberg
parent 860c1f5db6
commit 52ab994e8d

View file

@ -2,8 +2,14 @@ require 'formula'
class Libvirt < Formula
homepage 'http://www.libvirt.org'
url 'ftp://libvirt.org/libvirt/libvirt-0.9.11.tar.gz'
sha256 'ce98fe435f83e109623a021b1f714fe806c3ab556d0780ce959cf75c98766062'
url 'http://libvirt.org/sources/stable_updates/libvirt-0.9.11.3.tar.gz'
sha256 'aa73b329d2f6eb200991b9dc378d4636c15cd2f95ca224995d01b45257584fa2'
# Latest (roughly) monthly release.
devel do
url 'http://libvirt.org/sources/libvirt-0.9.12.tar.gz'
sha256 '298ffc7f2a6d6e78aae46f11a0980f4bc17fa2928f5de6cd9e8abaf5990336e7'
end
depends_on "gnutls"
depends_on "yajl"