aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-20 20:11:20 +0100
committerMike McQuaid2014-06-20 20:13:02 +0100
commit7666e0240339403bf9f3efb0e3815d2a24f9b705 (patch)
tree2ea27c5f050e7fde1f90fc8b84dbfd777306730b /Library/Formula
parent4ffb82aa79c236abfff163ea04a062e294be9325 (diff)
downloadhomebrew-7666e0240339403bf9f3efb0e3815d2a24f9b705.tar.bz2
docker: update 1.0.1 bottle.
Closes #30312. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 f5bb4ef1b..f245aafb8 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 => "v1.0.1"
bottle do
- sha1 "ff9ca100ffcbf521cc4abad2a6a6a9569dd5a52b" => :mavericks
- sha1 "ec28d7907015be6898bbfee7c8c85b6ee030c6e1" => :mountain_lion
- sha1 "b9621863233b248d3efe059dcca271ed1769ada6" => :lion
+ sha1 "24d4e994ff6cdf993c2d1acfde1f8d747bac718c" => :mavericks
+ sha1 "b137435fceebd47b003a30ee6d64aee30c03e0c9" => :mountain_lion
+ sha1 "6bb718d4a0aa8fa831ea27be5c3bfbca413c2500" => :lion
end
option "without-completions", "Disable bash/zsh completions"