docker: update 1.1.0 bottle.

Closes Homebrew/homebrew#30649.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-07-04 07:01:57 +01:00 committed by Mike McQuaid
parent 87a46b3eba
commit 6c3908c95c

View file

@ -5,9 +5,9 @@ class Docker < Formula
url "https://github.com/dotcloud/docker.git", :tag => "v1.1.0"
bottle do
sha1 "24d4e994ff6cdf993c2d1acfde1f8d747bac718c" => :mavericks
sha1 "b137435fceebd47b003a30ee6d64aee30c03e0c9" => :mountain_lion
sha1 "6bb718d4a0aa8fa831ea27be5c3bfbca413c2500" => :lion
sha1 "f53dac0e65bb425aedd1ef196189d8b63a7f6d4a" => :mavericks
sha1 "b31d4d5e8bf01bc50ebcd24f411941d73077961f" => :mountain_lion
sha1 "d3df625e3dbf3d40b2953932a33fbf2be661a075" => :lion
end
option "without-completions", "Disable bash/zsh completions"