diff --git a/Formula/libuv.rb b/Formula/libuv.rb index 2613877782..0e268aa705 100644 --- a/Formula/libuv.rb +++ b/Formula/libuv.rb @@ -3,14 +3,10 @@ require "formula" # Note that x.even are stable releases, x.odd are devel releases class Libuv < Formula homepage "https://github.com/joyent/libuv" - url "https://github.com/joyent/libuv/archive/v0.10.21.tar.gz" - sha1 "883bb240d84e1db11b22b5b0dfdd117ed6bc6318" + url "https://github.com/joyent/libuv/archive/v0.10.29.tar.gz" + sha1 "c04d8e4bf1ccab1e13e8fa0e409b6e41b27eb6a7" bottle do - cellar :any - revision 1 - sha1 "a897f491618c4c14f35e87d92765ae92c61ccfa2" => :yosemite - sha1 "bac4d19684a5108459fed73fcb459f0d12f60213" => :mavericks end head do @@ -44,6 +40,7 @@ class Libuv < Formula else system "./autogen.sh" system "./configure", "--disable-dependency-tracking", + "--disable-silent-rules", "--prefix=#{prefix}" system "make", "install" end