From f6b686db6845bb9ce47036d1e89a83e314990bcd Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 29 Oct 2014 10:39:45 -0500 Subject: libuv 0.10.29 Closes #33700. --- Library/Formula/libuv.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb index 261387778..0e268aa70 100644 --- a/Library/Formula/libuv.rb +++ b/Library/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 -- cgit v1.2.3