docker-machine 0.7.0
Closes #300. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
0366ef04c9
commit
cf7a1b4314
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ class DockerMachine < Formula
|
|||
desc "Create Docker hosts locally and on cloud providers"
|
||||
homepage "https://docs.docker.com/machine"
|
||||
url "https://github.com/docker/machine.git",
|
||||
:tag => "v0.6.0",
|
||||
:revision => "e27fb87286cb8e7454183ce46a6e1e84b31965e9"
|
||||
:tag => "v0.7.0",
|
||||
:revision => "a650a404fc3e006fea17b12615266168db79c776"
|
||||
|
||||
head "https://github.com/docker/machine.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue