From 6a62a27e05986adfef205b99213879cdc2c5cc0d Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 29 Mar 2013 11:12:47 -0500 Subject: [PATCH] libuv 0.10.3 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 8010c777f59..e026d50714c 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.10.0.tar.gz' - sha1 '97784d360e471414b0b24013f8a48e67ef3bb0c3' + url 'https://github.com/joyent/libuv/archive/v0.10.3.tar.gz' + sha1 'ec458e098e1ce0eb52c83928fc012d83c364d8e9' head 'https://github.com/joyent/libuv.git', :branch => 'master'