Updated c-ares to version 1.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
aeb667eea9
commit
bc4bb6d29e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class CAres <Formula
|
||||
url 'http://c-ares.haxx.se/c-ares-1.7.3.tar.gz'
|
||||
url 'http://c-ares.haxx.se/c-ares-1.7.4.tar.gz'
|
||||
homepage 'http://c-ares.haxx.se/'
|
||||
md5 '97ebef758804a6e9b6c0bc65d3c2c25a'
|
||||
md5 'dd71e8f07d9f3c837e12a5416d1b7f73'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue