aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndy Shinn2014-06-20 14:02:49 -0500
committerMike McQuaid2014-06-20 20:13:02 +0100
commit4ffb82aa79c236abfff163ea04a062e294be9325 (patch)
tree2d1e48856c1638fbda93e1b8721a74ffdafa4c0f /Library
parente19de9231fa2e284cc17ab753552954997060037 (diff)
downloadhomebrew-4ffb82aa79c236abfff163ea04a062e294be9325.tar.bz2
docker 1.0.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/docker.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb
index 88a526589..f5bb4ef1b 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -2,7 +2,7 @@ require "formula"
class Docker < Formula
homepage "http://docker.io"
- url "https://github.com/dotcloud/docker.git", :tag => "v1.0.0"
+ url "https://github.com/dotcloud/docker.git", :tag => "v1.0.1"
bottle do
sha1 "ff9ca100ffcbf521cc4abad2a6a6a9569dd5a52b" => :mavericks
@@ -18,7 +18,6 @@ class Docker < Formula
ENV["GIT_DIR"] = cached_download/".git"
ENV["AUTO_GOPATH"] = "1"
ENV["DOCKER_CLIENTONLY"] = "1"
- ENV["CGO_ENABLED"] = "0"
system "hack/make.sh", "dynbinary"
bin.install "bundles/#{version}/dynbinary/docker-#{version}" => "docker"