Skip to content

Commit

Permalink
libuv devel 0.11.25
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#29649.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
take-cheeze authored and adamv committed May 28, 2014
1 parent e19580d commit 5fed990
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/libuv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ class Libuv < Formula
depends_on :libtool
end

devel do
url 'https://github.com/joyent/libuv/archive/v0.11.25.tar.gz'
sha1 '04ba0c1de5c26f3d065fcb1a4f18f6528b67294c'

depends_on :automake
depends_on :autoconf
depends_on :libtool
end

option :universal

def install
Expand Down

0 comments on commit 5fed990

Please sign in to comment.