diff options
| author | Andrew Ellis | 2014-10-16 13:30:37 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-16 21:04:09 +0100 |
| commit | b91648270d1466960d276d3a397417f8fc34dc5e (patch) | |
| tree | dacead837d0d61acd4c5f5c9c23010f1c753f31a /Library/Formula/boot2docker.rb | |
| parent | fd4a8d599c30b331245d534445754beb041e0d1e (diff) | |
| download | homebrew-b91648270d1466960d276d3a397417f8fc34dc5e.tar.bz2 | |
boot2docker 1.3.0.
There is already a PR for Docker v1.3.0. This is for Boot2Docker.
Diffstat (limited to 'Library/Formula/boot2docker.rb')
| -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 39d6e483e..79cfef3c7 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.2.0" + url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.0" head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master" bottle do |
