diff options
| author | BrewTestBot | 2014-11-05 02:28:44 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:22:57 +0000 | 
| commit | 4b591bdba70aad048848ea8ccba03185d4b1df84 (patch) | |
| tree | 99e4a48fc869b72b7db0a16192e8ac11f56a0225 | |
| parent | f6afc9f2f6adbd28ef9afaacffa70f74bd90b437 (diff) | |
| download | homebrew-4b591bdba70aad048848ea8ccba03185d4b1df84.tar.bz2 | |
libvirt: update 1.2.10 bottle.
| -rw-r--r-- | Library/Formula/libvirt.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 9005e7534..7e81a0c7f 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -6,10 +6,9 @@ class Libvirt < Formula    sha1 "e83683cc59be7f60cbd62085d3d2284f595f5ed3"    bottle do -    revision 1 -    sha1 "f4bc22a342da21e82dfecfffbb681bc6f719dfee" => :yosemite -    sha1 "d52193bca585fde13cca14fadb0ddb5f2248e5d9" => :mavericks -    sha1 "b35628d727233d131c53c86fb5f76b2b3e75c3ce" => :mountain_lion +    sha1 "0471d5146c15e0cfce15bc50c18a59c683268cab" => :yosemite +    sha1 "e92ce6497f0c2a6bc3e40c310ae193cea77b3f49" => :mavericks +    sha1 "4e92d1e6c3c8d9278a9905aecd5e461215ef441a" => :mountain_lion    end    option "without-libvirtd", "Build only the virsh client and development libraries" | 
