From a7c6fa309e82007b1433ec8726909d3253f029d3 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Mon, 21 Jan 2013 12:53:20 +0100 Subject: [PATCH] libuv 0.9.7 Closes Homebrew/homebrew#17226. Signed-off-by: Adam Vandenberg --- Formula/libuv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libuv.rb b/Formula/libuv.rb index 30ebfea9b5..5e6ff6d931 100644 --- a/Formula/libuv.rb +++ b/Formula/libuv.rb @@ -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'