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 0284d9cea..000cbd789 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.8.0.tar.gz' - sha1 'c6f07db7d3a4952f1508b92f8b32e02e2f316f85' + url 'https://github.com/boot2docker/boot2docker/archive/v0.8.1.tar.gz' + sha1 'f52d77544ab4ba1462a8f9c0c2b2d214cffb1059' depends_on "docker" => :recommended |
