libvirt --devel 0.10.0

Closes Homebrew/homebrew#14517.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Justin Clift 2012-08-29 19:38:18 +10:00 committed by Adam Vandenberg
parent d927d2d5c1
commit ffefe00da6

View file

@ -7,8 +7,8 @@ class Libvirt < Formula
# Latest (roughly) monthly release.
devel do
url 'http://libvirt.org/sources/libvirt-0.9.13.tar.gz'
sha256 'd124e9915c88c195da9c008a6d855e53e555dca5816052e163dda61388359d5b'
url 'http://libvirt.org/sources/libvirt-0.10.0.tar.gz'
sha256 '3c06dae7bf0e3c7b29d7f4f68503a2b1222ca41fc38e29ade4113b915f77f65c'
end
depends_on "gnutls"