diff options
| author | Alex Gaynor | 2015-02-11 07:09:40 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-11 14:17:35 +0000 | 
| commit | e482ae11384a1a056f51aa300fc25d87134ee29b (patch) | |
| tree | a34431dc289dc8074db1c24e881e5c0c452d5484 | |
| parent | a8b13677224cb0ab4d88c09ccd25adee60e2500d (diff) | |
| download | homebrew-e482ae11384a1a056f51aa300fc25d87134ee29b.tar.bz2 | |
boot2docker 1.5.0
Closes #36724.
Closes #36718.
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 7b779995c..e02755892 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.4.1" +  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.5.0"    head "https://github.com/boot2docker/boot2docker-cli.git"    bottle do | 
