aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAaron Suggs2014-05-10 14:17:05 -0400
committerAdam Vandenberg2014-05-10 16:07:27 -0700
commitbc9c705ece5e0b54ab683caf7883c20dc8f7c55d (patch)
treedd122b72c13dca38c11c8b80052dfe475e54e75b /Library/Formula
parent6d788d1a2aad3a48a2210c2100e15eb075d479d2 (diff)
downloadhomebrew-bc9c705ece5e0b54ab683caf7883c20dc8f7c55d.tar.bz2
boot2docker 0.9.0
Closes #29117. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boot2docker.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 000cbd789..f9ab73a21 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -3,8 +3,8 @@ require "formula"
class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker"
head "https://github.com/boot2docker/boot2docker.git"
- url 'https://github.com/boot2docker/boot2docker/archive/v0.8.1.tar.gz'
- sha1 'f52d77544ab4ba1462a8f9c0c2b2d214cffb1059'
+ url 'https://github.com/boot2docker/boot2docker/archive/v0.9.0.tar.gz'
+ sha1 '8be6007108eaca3c605e67997747063ba147a547'
depends_on "docker" => :recommended