diff options
| author | mainyaa | 2014-04-10 14:20:07 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-10 09:43:41 +0100 |
| commit | eaa7810ea1a618fb9bc40138258183ac18068e15 (patch) | |
| tree | 1fcd85cb058188385c108d0448ef2bd3c3d3fb3f /Library | |
| parent | b984d3e996321207b35af391d5f1f6ef2aaa1774 (diff) | |
| download | homebrew-eaa7810ea1a618fb9bc40138258183ac18068e15.tar.bz2 | |
docker 0.10.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/docker.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index 7e8dc8d04..2ba26355b 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -2,16 +2,10 @@ require "formula" class Docker < Formula homepage "http://docker.io" - url "https://github.com/dotcloud/docker.git", :tag => "v0.9.1" + url "https://github.com/dotcloud/docker.git", :tag => "v0.10.0" option "without-completions", "Disable bash/zsh completions" - bottle do - sha1 "eafc56bfc492a625714d8ce48b554b6d07579e06" => :mavericks - sha1 "3151d6a5d9cf556335cb29584f9e6249b9975742" => :mountain_lion - sha1 "898802f9b8c436e6f312efe93eefe4e7bf594562" => :lion - end - depends_on "go" => :build def install |
