libuv 0.9.7

Closes Homebrew/homebrew#17226.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Clemens Gruber 2013-01-21 12:53:20 +01:00 committed by Adam Vandenberg
parent cb9de5052f
commit a7c6fa309e

View file

@ -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'