diff options
| author | BrewTestBot | 2014-09-02 09:33:21 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-09-02 11:51:21 +0100 | 
| commit | ee9769fec6a3f7c4d31dbebc78cfe947793389d2 (patch) | |
| tree | 5433a1143adb645400d9fa630990b66920a1b3e6 /Library/Formula/libvirt.rb | |
| parent | 29890621958157216917bb8b155d4876c2d04961 (diff) | |
| download | homebrew-ee9769fec6a3f7c4d31dbebc78cfe947793389d2.tar.bz2 | |
libvirt: update 1.2.8 bottle.
Closes #32034.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/libvirt.rb')
| -rw-r--r-- | Library/Formula/libvirt.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index e3bafe313..544291fd7 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -6,9 +6,9 @@ class Libvirt < Formula    sha1 '76dd3376abff73d297e183257eef4a71b9e5d5c8'    bottle do -    sha1 "17a888701564a3a24a150d4211c0b5d0b7ad4347" => :mavericks -    sha1 "d6162583eddab3ed31d9fae315d08063a0002000" => :mountain_lion -    sha1 "f0e1c538178be839fa5949304d50accfe4368d32" => :lion +    sha1 "9267bfcd188156c3fa4f930402172f4d09c2918a" => :mavericks +    sha1 "b86dba9579614da3a1be053c5cae5a7bb2a90936" => :mountain_lion +    sha1 "604f6d23dcb081068373cb6567f2ad2ad0fc4c63" => :lion    end    option 'without-libvirtd', 'Build only the virsh client and development libraries'  | 
