aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boot2docker.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-23 00:17:49 -0500
committerJack Nagel2014-08-23 00:17:49 -0500
commit6985814343f71934c72adc163ffe997613dce897 (patch)
tree8a4d2059c87fd84119bdaee8df5e35da7f25a885 /Library/Formula/boot2docker.rb
parent6eeac0c9472573b9ef0be958347464ab18b68aae (diff)
downloadhomebrew-6985814343f71934c72adc163ffe997613dce897.tar.bz2
boot2docker: update 1.2.0 bottle.
Diffstat (limited to 'Library/Formula/boot2docker.rb')
-rw-r--r--Library/Formula/boot2docker.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index fc8d2bb78..a22c6b5ef 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -8,9 +8,9 @@ class Boot2docker < Formula
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
bottle do
- sha1 "45107b6963ca18bf07de5f6238272d82a867f0df" => :mavericks
- sha1 "59f334a74f04058e7257b84d22419091e232f34f" => :mountain_lion
- sha1 "ff1c39ef380f609ec20df637d98766979f444de2" => :lion
+ sha1 "1746312fcef77f1d06e8fc40bb142facf6180810" => :mavericks
+ sha1 "350c2f70ef4b0a0dcc750e827484f658320cd642" => :mountain_lion
+ sha1 "cfa1c93c8b19deead435ff5d88ca0588d335b8b6" => :lion
end
depends_on "docker" => :recommended