aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-05-07 22:15:17 +0100
committerAdam Vandenberg2014-05-07 14:22:58 -0700
commitf4560d21d5232bf94a64ba320e8dde5170ebf65f (patch)
treeaa60cb2fd978fc1d0a77448d2ac9a8e4008debba /Library
parent4be56ed3934238dc06ebf64d4edd117f79a8ade6 (diff)
downloadhomebrew-f4560d21d5232bf94a64ba320e8dde5170ebf65f.tar.bz2
docker: update 0.11.0 bottle.
Closes #29044. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 366bf7eab..4e2ef570d 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.0"
bottle do
- sha1 "57c927d65003ffa8c399a60fabaf29210ec4850d" => :mavericks
- sha1 "df39b81c702fd14a4d0715b30245dc43e0090ffe" => :mountain_lion
- sha1 "7e792f28fbf1b18b6e758ffff81b4b3754533553" => :lion
+ sha1 "518c3618d64d15fe6efff6dd65d736a8ccf7b1ea" => :mavericks
+ sha1 "e96153136ac8b66b98d05c4141b279bb7e1da49a" => :mountain_lion
+ sha1 "2de2692e4b0371e6f912a33c7881dcdb0ed293b9" => :lion
end
option "without-completions", "Disable bash/zsh completions"