diff options
Diffstat (limited to 'Library/Formula/boot2docker.rb')
| -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 96f6bba81..815b84e34 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -2,8 +2,8 @@ require "formula" class Boot2docker < Formula homepage "https://github.com/steeve/boot2docker" - url "https://github.com/steeve/boot2docker/archive/v0.5.2.tar.gz" - sha1 "487bf0556c97a35fd4af942e2802be0b34c3fd74" + url 'https://github.com/steeve/boot2docker/archive/v0.5.4.tar.gz' + sha1 '881630491b335230d62a679b8dfbb52c3e249fb8' depends_on "docker" |
