libuv 0.10.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8d5195a297
commit
6a62a27e05
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Libuv < Formula
|
class Libuv < Formula
|
||||||
homepage 'https://github.com/joyent/libuv'
|
homepage 'https://github.com/joyent/libuv'
|
||||||
url 'https://github.com/joyent/libuv/archive/node-v0.10.0.tar.gz'
|
url 'https://github.com/joyent/libuv/archive/v0.10.3.tar.gz'
|
||||||
sha1 '97784d360e471414b0b24013f8a48e67ef3bb0c3'
|
sha1 'ec458e098e1ce0eb52c83928fc012d83c364d8e9'
|
||||||
|
|
||||||
head 'https://github.com/joyent/libuv.git', :branch => 'master'
|
head 'https://github.com/joyent/libuv.git', :branch => 'master'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue