aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-10-16 20:53:41 +0100
committerMike McQuaid2014-10-16 21:04:59 +0100
commit71be64e5aa4ec23626fc77adcb7f7d401b179a89 (patch)
tree06441e72cbeab146d4d5f6135ec3c0d3c417ba7e /Library
parentb91648270d1466960d276d3a397417f8fc34dc5e (diff)
downloadhomebrew-71be64e5aa4ec23626fc77adcb7f7d401b179a89.tar.bz2
boot2docker: update 1.3.0 bottle.
Closes #33226. Closes #33228. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boot2docker.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 79cfef3c7..433405853 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -8,10 +8,9 @@ class Boot2docker < Formula
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
bottle do
- revision 1
- sha1 "9da9a3caea7efbf7b2d9d5c9fd6948ac796becca" => :mavericks
- sha1 "9cff42aea648b52fd10a3077595ca494b062ce5c" => :mountain_lion
- sha1 "05582008ec7a25b1f4263a24aa559887ed10a4c4" => :lion
+ sha1 "5e2acb63199fb657c6aa510f77657ef35c4a2734" => :mavericks
+ sha1 "beb571e12f81931047d4c67ef770f9a9cbe49854" => :mountain_lion
+ sha1 "cc43ea11a98a070d9c7f8eef9cdd36a7ac1017ee" => :lion
end
depends_on "docker" => :recommended