diff options
| author | Justin Clift | 2013-01-30 10:54:12 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-30 08:35:22 -0800 |
| commit | 38b88f5a10519e7392a74e4da53c83b5bf184395 (patch) | |
| tree | f1f1cd244ee8d16d709030363ce06ae6974896f3 /Library | |
| parent | f23942b08cbb15adadd95e973d947ca4aebfd9a4 (diff) | |
| download | homebrew-38b88f5a10519e7392a74e4da53c83b5bf184395.tar.bz2 | |
Libvirt 1.0.2
Libvirt 1.0.x series seems pretty stable now,
so making it the default instead of a --devel
option.
Closes #17435.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libvirt.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 74dd4413a..eaa68ee07 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -2,14 +2,8 @@ require 'formula' class Libvirt < Formula homepage 'http://www.libvirt.org' - url 'http://libvirt.org/sources/stable_updates/libvirt-0.9.11.8.tar.gz' - sha256 '70166babeae021bb22b601fb638354b1074e87c227bdfe1c5b605b4dc79c1032' - - # Latest (roughly) monthly release. - devel do - url 'http://libvirt.org/sources/libvirt-1.0.1.tar.gz' - sha256 '4a16c76c46ebc41a6514082b5d95b5d5a0868e7a8cc00ab2e6cc1a23ec6b5a3b' - end + url 'http://libvirt.org/sources/libvirt-1.0.2.tar.gz' + sha256 '9b8c2752f78658b65ef1c608b3775be0978d60855a9b5e2778f79c113201c179' option 'without-libvirtd', 'Build only the virsh client and development libraries' |
