aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-02-09 14:32:00 +0000
committerMike McQuaid2014-02-09 14:34:50 +0000
commitf06ffbe4c8fb7932da7c2cf13ca22f66ae948993 (patch)
tree7d53d6b66efff1f8a43f54ba7693544f90e41ba3
parentce1e5ced9f2eb6fdb738fd065a567441b62e5e8e (diff)
downloadhomebrew-f06ffbe4c8fb7932da7c2cf13ca22f66ae948993.tar.bz2
docker: add 0.8.0 bottle.
-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 b4b56e15b..119cdaebb 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -5,6 +5,12 @@ class Docker < Formula
url "https://github.com/dotcloud/docker.git", :tag => "v0.8.0"
sha1 "1e9362dab2ac2ecb4a1f193a7e72d060000438c3"
+ bottle do
+ sha1 "3ff7bceb60e918424e57a07d780d62a61443ae17" => :mavericks
+ sha1 "f27703485378e335e4bde8fa0321087aa94a52a3" => :mountain_lion
+ sha1 "3f054cc6e3f55cf3a14e466d19dde0adc2889dcf" => :lion
+ end
+
depends_on "go" => :build
def install