aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-10 06:24:29 +0100
committerMike McQuaid2014-04-10 09:43:41 +0100
commitc26c37d4927cee7fbdd453017072bbb5e4c1404d (patch)
treef6bbb1496f7f985c120697ce1a613d006e816871 /Library/Formula
parenteaa7810ea1a618fb9bc40138258183ac18068e15 (diff)
downloadhomebrew-c26c37d4927cee7fbdd453017072bbb5e4c1404d.tar.bz2
docker: add 0.10.0 bottle.
Closes #28290. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/docker.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb
index 2ba26355b..b270a315e 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -4,6 +4,12 @@ class Docker < Formula
homepage "http://docker.io"
url "https://github.com/dotcloud/docker.git", :tag => "v0.10.0"
+ bottle do
+ sha1 "57c927d65003ffa8c399a60fabaf29210ec4850d" => :mavericks
+ sha1 "df39b81c702fd14a4d0715b30245dc43e0090ffe" => :mountain_lion
+ sha1 "7e792f28fbf1b18b6e758ffff81b4b3754533553" => :lion
+ end
+
option "without-completions", "Disable bash/zsh completions"
depends_on "go" => :build