From eaa7810ea1a618fb9bc40138258183ac18068e15 Mon Sep 17 00:00:00 2001 From: mainyaa Date: Thu, 10 Apr 2014 14:20:07 +0900 Subject: docker 0.10.0 --- Library/Formula/docker.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3