aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-16 21:23:22 +0100
committerMike McQuaid2014-10-16 21:44:51 +0100
commitc42188e00e1d19882fa477c92d52e2a425b23414 (patch)
treebe09918390b661f9e1cac4f03fedc118255b7aef /Library/Formula/docker.rb
parentecc582cf33dcb2867974f122ffba5a690bfe4935 (diff)
downloadhomebrew-c42188e00e1d19882fa477c92d52e2a425b23414.tar.bz2
docker: update 1.3.0 bottle.
Closes #33225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 3dfc66ec3..dad8691df 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -7,9 +7,9 @@ class Docker < Formula
url "https://github.com/docker/docker.git", :tag => "v1.3.0"
bottle do
- sha1 "92d2cb761ea3da18edfea52de6cb4ee113dba0aa" => :mavericks
- sha1 "eccd8540a0c57eca11456b3f060e67c430907c05" => :mountain_lion
- sha1 "6421cb3f6e5fd485e61731e004b2390629291867" => :lion
+ sha1 "7563b28df830baa880731b9448e88b99dcb68420" => :mavericks
+ sha1 "4ecba686ae851cb091bec58aebab1c092a5edfbf" => :mountain_lion
+ sha1 "697f44626b6dd3152fb23d6da8272cb2359a6845" => :lion
end
option "without-completions", "Disable bash/zsh completions"