libev 4.11
Closes Homebrew/homebrew#10266. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a62e9e30f8
commit
e48b13282f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libev < Formula
|
||||
url 'http://dist.schmorp.de/libev/Attic/libev-4.04.tar.gz'
|
||||
homepage 'http://software.schmorp.de/pkg/libev.html'
|
||||
sha1 '7768c2bcce30dbf76672e51642a655479dd45772'
|
||||
url 'http://dist.schmorp.de/libev/Attic/libev-4.11.tar.gz'
|
||||
sha1 'e7752a518742c0f8086a8005aa7efcc4dcf02ed9'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue