aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-05-08 15:36:50 +0100
committerAdam Vandenberg2014-05-08 08:06:49 -0700
commiteefa235355e5f2f70e957325623d4182f711ddef (patch)
tree0e079adb9892690191e2065cc8b19c30e7465bcd /Library/Formula/docker.rb
parent9b5a6ba29a17ba3fa3e0c23f9a32d8b994091e06 (diff)
downloadhomebrew-eefa235355e5f2f70e957325623d4182f711ddef.tar.bz2
docker: update 0.11.1 bottle.
Closes #29059. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/docker.rb')
-rw-r--r--Library/Formula/docker.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb
index 120a54003..41852958c 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -5,9 +5,9 @@ class Docker < Formula
url "https://github.com/dotcloud/docker.git", :tag => "v0.11.1"
bottle do
- sha1 "518c3618d64d15fe6efff6dd65d736a8ccf7b1ea" => :mavericks
- sha1 "e96153136ac8b66b98d05c4141b279bb7e1da49a" => :mountain_lion
- sha1 "2de2692e4b0371e6f912a33c7881dcdb0ed293b9" => :lion
+ sha1 "2a97dab4bb3109c57ed99144feb3d2bad6588b2c" => :mavericks
+ sha1 "0013849c9ab2b85374a944e25c42f974ee986911" => :mountain_lion
+ sha1 "a9a6021d388f1b004f262977968ed727c4aea022" => :lion
end
option "without-completions", "Disable bash/zsh completions"