Skip to content

Commit

Permalink
boot2docker 0.6.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#26899.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mattes authored and adamv committed Feb 22, 2014
1 parent 78a59b7 commit 6557108
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/boot2docker.rb
Expand Up @@ -2,18 +2,13 @@

class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker"
url 'https://github.com/boot2docker/boot2docker/archive/v0.5.4.tar.gz'
sha1 '881630491b335230d62a679b8dfbb52c3e249fb8'

head "https://github.com/boot2docker/boot2docker.git"
url 'https://github.com/boot2docker/boot2docker/archive/v0.6.0.tar.gz'
sha1 'e90ed901375a345e23685aa8e0f9e3b83db11eff'

depends_on "docker" => :recommended

def install
bin.install "boot2docker"
end

test do
system "#{bin}/boot2docker", "info"
end
end

0 comments on commit 6557108

Please sign in to comment.