aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libev.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/libev.rb b/Library/Formula/libev.rb
index 1e0156f9c..0e9f30222 100644
--- a/Library/Formula/libev.rb
+++ b/Library/Formula/libev.rb
@@ -1,15 +1,14 @@
require 'formula'
class Libev < Formula
- url 'http://dist.schmorp.de/libev/Attic/libev-4.03.tar.gz'
+ url 'http://dist.schmorp.de/libev/Attic/libev-4.04.tar.gz'
homepage 'http://software.schmorp.de/pkg/libev.html'
- md5 '86cd5c1b42fced1bd02c6e0119e9b865'
+ sha1 '7768c2bcce30dbf76672e51642a655479dd45772'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--mandir=#{man}",
- "--enable-shared"
+ "--mandir=#{man}"
system "make install"
end
end