aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boot2docker.rb
diff options
context:
space:
mode:
authorLee Hanxue2014-07-10 19:29:38 +0800
committerJack Nagel2014-07-10 09:35:44 -0500
commit0b45aa2de63fa551ea73786489738aeb5a73491f (patch)
treec6af591b5939948fc3feb5107bdd750f5939f978 /Library/Formula/boot2docker.rb
parent68c6b1ea089d1d0601bf1b667fa02f075129a291 (diff)
downloadhomebrew-0b45aa2de63fa551ea73786489738aeb5a73491f.tar.bz2
boot2docker 1.1.1
Closes #30787. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/boot2docker.rb')
-rw-r--r--Library/Formula/boot2docker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 868dd935b..886a11d78 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -2,7 +2,7 @@ require "formula"
class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker-cli"
- url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.1.0"
+ url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.1.1"
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
bottle do