aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boot2docker.rb
diff options
context:
space:
mode:
authorChristian Höltje2014-07-24 23:54:20 -0400
committerMike McQuaid2014-07-25 08:28:20 +0100
commitc6e04e3fc19b87fabf6866d971c5510ef9c4f566 (patch)
tree0e44b647e0463b5755fcb41014e29b06a6dd21f9 /Library/Formula/boot2docker.rb
parentf37281622cf7b29daa066b327fe66bffb8ade8ad (diff)
downloadhomebrew-c6e04e3fc19b87fabf6866d971c5510ef9c4f566.tar.bz2
docker, boot2docker: note about updates.
docker and boot2docker generally release new versions simultaneously. This is because boot2docker's ISO contains docker within it. This comment just reminds people who update one to update the other. Closes #31110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/boot2docker.rb')
-rw-r--r--Library/Formula/boot2docker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 5c4d23546..bac02f8fb 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -2,6 +2,8 @@ require "formula"
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.1.1"
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"