aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-10-29 10:39:45 -0500
committerJack Nagel2014-10-29 10:47:36 -0500
commitf6b686db6845bb9ce47036d1e89a83e314990bcd (patch)
tree87638de6a19680a1a2732c2f3ed3acbb13fc23b6 /Library/Formula
parent049faeb1bd632fc7367460db392aa7584513e394 (diff)
downloadhomebrew-f6b686db6845bb9ce47036d1e89a83e314990bcd.tar.bz2
libuv 0.10.29
Closes #33700.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libuv.rb9
1 files changed, 3 insertions, 6 deletions
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