diff options
| author | Thomas Parisot | 2014-12-18 12:09:13 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-18 14:06:47 +0000 | 
| commit | 68795b8b710087fecd53908b95e31237a293ae07 (patch) | |
| tree | 74ae243de8a80a47984a412818f8e2bb1bb35280 | |
| parent | fc4e7d263eaea48885bb9425c8a2303e8fe39e2b (diff) | |
| download | homebrew-68795b8b710087fecd53908b95e31237a293ae07.tar.bz2 | |
boot2docker 1.4.1
Closes #35037.
Closes #35086.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/boot2docker.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index a5b8aaf04..99a9f1e87 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -4,7 +4,7 @@ class Boot2docker < Formula    homepage "https://github.com/boot2docker/boot2docker-cli"    # Boot2docker and docker are generally updated at the same time.    # Please update the version of docker too -  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.3" +  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.4.1"    head "https://github.com/boot2docker/boot2docker-cli.git"    bottle do | 
