libuv 0.9.7
Closes Homebrew/homebrew#17226. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cb9de5052f
commit
a7c6fa309e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libuv < Formula
|
||||
homepage 'https://github.com/joyent/libuv'
|
||||
url 'https://github.com/joyent/libuv/archive/node-v0.9.4.zip'
|
||||
sha1 '7f2120e79ea037a7b6067689958153ec4198177c'
|
||||
url 'https://github.com/joyent/libuv/archive/node-v0.9.7.zip'
|
||||
sha1 'aa3f1f06f648d0bb6893107ade6a79294a244b39'
|
||||
|
||||
head 'https://github.com/joyent/libuv.git', :branch => 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue