aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Riveiro2013-03-11 22:11:38 +0400
committerAdam Vandenberg2013-03-11 11:23:53 -0700
commitbcf3004009f1b424f532009daed4a6a3d1e88706 (patch)
tree10883d2be36a653031f0628deea9ec58b4eb817a /Library
parentf366f25d714d39431c1e834941565c5ba90495d7 (diff)
downloadhomebrew-bcf3004009f1b424f532009daed4a6a3d1e88706.tar.bz2
libuv 0.10.0
Closes #18408. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libuv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb
index 8333aab65..8010c777f 100644
--- a/Library/Formula/libuv.rb
+++ b/Library/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.8.zip'
- sha1 'd3ace85028bf371d2301be9fe2c4a5c91bcaa6b2'
+ url 'https://github.com/joyent/libuv/archive/node-v0.10.0.tar.gz'
+ sha1 '97784d360e471414b0b24013f8a48e67ef3bb0c3'
head 'https://github.com/joyent/libuv.git', :branch => 'master'