aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boot2docker.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-11-08 04:01:01 +0000
committerMike McQuaid2014-11-08 12:35:22 +0000
commit47521fde7b870ed8598b5e0bdfe43ee247e8eb3f (patch)
tree2e2b75ecd1c1fa25bd24a9eaf649e85109f26693 /Library/Formula/boot2docker.rb
parent444ccb7b9bca8fb0e93b41d250b8c6122a42b180 (diff)
downloadhomebrew-47521fde7b870ed8598b5e0bdfe43ee247e8eb3f.tar.bz2
boot2docker: update 1.3.1 bottle.
Diffstat (limited to 'Library/Formula/boot2docker.rb')
-rw-r--r--Library/Formula/boot2docker.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 6d669f9d5..44d702ba4 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -8,9 +8,10 @@ class Boot2docker < Formula
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
bottle do
- sha1 "becdb32043b9a40e8251120672d3a637ab5cb476" => :yosemite
- sha1 "c7f4216d9049d23ef77c0a91311d8656b9b90d64" => :mavericks
- sha1 "17a608549bf7adb4cae2180388a0c83f21dcdee6" => :mountain_lion
+ revision 3
+ sha1 "42298f5d491248fb0d2620f5d698300ec7a79b33" => :yosemite
+ sha1 "30f49d694bc92a6f38f7d825b5e5399b8e4d2dba" => :mavericks
+ sha1 "08295a0b656181207c2a33b2685d876cba1048ca" => :mountain_lion
end
depends_on "docker" => :recommended