aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVincent Lesierse2015-04-20 13:47:46 +0200
committerMike McQuaid2015-04-20 14:03:56 +0100
commite8d7e509fd373b8aea56ebe0866062228f940b22 (patch)
treefa4d36b3239f9ea0eb8f14e121293f49a66fcc5a /Library
parentdabe8bb3795a5f29178885f4557c4c8a8e96a6da (diff)
downloadhomebrew-e8d7e509fd373b8aea56ebe0866062228f940b22.tar.bz2
docker-machine 0.2.0
update 0.2.0 docker-machine Closes #38851. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/docker-machine.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/docker-machine.rb b/Library/Formula/docker-machine.rb
index ba3b44669..a9bc1f78b 100644
--- a/Library/Formula/docker-machine.rb
+++ b/Library/Formula/docker-machine.rb
@@ -2,8 +2,8 @@ require "language/go"
class DockerMachine < Formula
homepage "https://docs.docker.com/machine"
- url "https://github.com/docker/machine/archive/v0.1.0.tar.gz"
- sha256 "832f1e60b4171f9590368fa5c51c1ed1adec32367d13250a0554552d0954ff36"
+ url "https://github.com/docker/machine/archive/v0.2.0.tar.gz"
+ sha256 "ba4df6728280732e70dcabc2aeb903babac0bbefb3f1c11e7f131e3aad0f2131"
head "https://github.com/docker/machine.git"
bottle do
@@ -27,8 +27,12 @@ class DockerMachine < Formula
url "https://github.com/golang/tools.git", :revision => "473fd854f8276c0b22f17fb458aa8f1a0e2cf5f5"
end
+ go_resource "golang.org/x/crypto" do
+ url "https://github.com/golang/crypto.git", :revision => "8b27f58b78dbd60e9a26b60b0d908ea642974b6d"
+ end
+
go_resource "github.com/docker/machine" do
- url "https://github.com/docker/machine.git", :revision => "eaff7635fc821d783eb6e996dbdad22dacdd058c"
+ url "https://github.com/docker/machine.git", :revision => "8b9eaf2b6fda23550e09bde1054eeab78e5493bd"
end
def install