diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libuv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb index 8010c777f..e026d5071 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.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' |
