diff options
| author | BrewTestBot | 2015-04-17 00:53:37 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-16 17:31:33 -0700 | 
| commit | 41cb7ccecdaa0318d79d1d68fb6525611a72cef4 (patch) | |
| tree | 215491b1c16a626ba7aedc57ccd842e1759c7778 /Library | |
| parent | a768377ed8243968f79b1c5ea460621b2abd5d09 (diff) | |
| download | homebrew-41cb7ccecdaa0318d79d1d68fb6525611a72cef4.tar.bz2 | |
docker: update 1.6.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/docker.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index 27515bf2e..b561ed8b2 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -7,9 +7,9 @@ class Docker < Formula    bottle do      cellar :any -    sha1 "3eccd8879767b3fc95048f7d40a60edb69741892" => :yosemite -    sha1 "9e65954b48b3feb53ba14aafcd5081a5ede54809" => :mavericks -    sha1 "5f22268864f33697d6988a49c4c73ddc7368cfa2" => :mountain_lion +    sha256 "ef7f16ba999be4b9850507d67499e61520acb9924b5d24d98aeba30c7bc5bf24" => :yosemite +    sha256 "1996e13b08d24be9148e13ac75a3efad1afb616c02c397a064be833465bc1484" => :mavericks +    sha256 "d1b458d5266ba2d5ea5b2a2631490de53bce3343a406da1f05232855e36ef804" => :mountain_lion    end    option "without-completions", "Disable bash/zsh completions" | 
