aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boot2docker.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-19 12:13:20 +0100
committerMike McQuaid2014-06-19 14:58:54 +0100
commit953fe353acb46c72742a2d01361d25c39a94aeb3 (patch)
tree96dc6e0aad4a09833fa8a3b27f78bdee6b7e2a52 /Library/Formula/boot2docker.rb
parent8ff94a6ee44291a16311ce0ceadef2b650d5d6c8 (diff)
downloadhomebrew-953fe353acb46c72742a2d01361d25c39a94aeb3.tar.bz2
boot2docker: update 1.0.0 bottle.
Closes #29513. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/boot2docker.rb')
-rw-r--r--Library/Formula/boot2docker.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index e6c4cc0f7..2ce9f2d6e 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -6,6 +6,9 @@ class Boot2docker < Formula
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
bottle do
+ sha1 "c854d2d817ec505e13427fb43dab68ce746dda11" => :mavericks
+ sha1 "c5ec44f2a8dd410e074e16e0e3a36a1e31456dd6" => :mountain_lion
+ sha1 "a697e88858bb43bfc5c50f51fb555d78815ff391" => :lion
end
depends_on "docker" => :recommended