diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/boot2docker.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index 57ec65288..fd5866ce7 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -3,8 +3,8 @@ require "formula" class Boot2docker < Formula homepage "https://github.com/boot2docker/boot2docker" head "https://github.com/boot2docker/boot2docker.git" - url 'https://github.com/boot2docker/boot2docker/archive/v0.6.0.tar.gz' - sha1 'e90ed901375a345e23685aa8e0f9e3b83db11eff' + url 'https://github.com/boot2docker/boot2docker/archive/v0.7.0.tar.gz' + sha1 'd61dc8cdd3b0fd8ce8f8443c4d621f0f87220b0f' depends_on "docker" => :recommended |
