aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authormainyaa2014-04-10 14:20:07 +0900
committerMike McQuaid2014-04-10 09:43:41 +0100
commiteaa7810ea1a618fb9bc40138258183ac18068e15 (patch)
tree1fcd85cb058188385c108d0448ef2bd3c3d3fb3f /Library/Formula
parentb984d3e996321207b35af391d5f1f6ef2aaa1774 (diff)
downloadhomebrew-eaa7810ea1a618fb9bc40138258183ac18068e15.tar.bz2
docker 0.10.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/docker.rb8
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