diff options
Diffstat (limited to 'Library/Formula/boot2docker.rb')
| -rw-r--r-- | Library/Formula/boot2docker.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index d528c1db2..517942693 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -1,10 +1,12 @@ require "formula" class Boot2docker < Formula - homepage "https://github.com/steeve/boot2docker" - url 'https://github.com/steeve/boot2docker/archive/v0.5.4.tar.gz' + homepage "https://github.com/boot2docker/boot2docker" + url 'https://github.com/boot2docker/boot2docker/archive/v0.5.4.tar.gz' sha1 '881630491b335230d62a679b8dfbb52c3e249fb8' + head "https://github.com/boot2docker/boot2docker.git" + depends_on "docker" => :recommended def install |
