diff options
| author | Alex Gaynor | 2014-12-11 18:16:54 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-12 00:54:08 -0500 | 
| commit | a0f5f8986ebca3f6d725a776e30be03f79dc1ca4 (patch) | |
| tree | 188c2875d883e72600475a333775856a585b664d | |
| parent | 21e59c61fb67674f9f1a60f106389d6835cce4f9 (diff) | |
| download | homebrew-a0f5f8986ebca3f6d725a776e30be03f79dc1ca4.tar.bz2 | |
boot2docker 1.3.3
Signed-off-by: Jack Nagel <jacknagel@gmail.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 298d46533..b115ce45d 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.2" +  url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.3"    head "https://github.com/boot2docker/boot2docker-cli.git"    bottle do | 
