curl 7.32.0
This commit is contained in:
parent
8e26714f44
commit
110893aeeb
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Curl < Formula
|
||||
homepage 'http://curl.haxx.se/'
|
||||
url 'http://curl.haxx.se/download/curl-7.31.0.tar.gz'
|
||||
mirror 'ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.31.0.tar.gz'
|
||||
sha256 '2c3a65eecca799f57f57163d40644ba642426230274a2dc51d0a6d049a63616a'
|
||||
url 'http://curl.haxx.se/download/curl-7.32.0.tar.gz'
|
||||
mirror 'ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.32.0.tar.gz'
|
||||
sha256 'c979fe2200fdef4219c75087b08b34aa580606a3bf7fc512b2e6b1f79e6a4e7c'
|
||||
|
||||
keg_only :provided_by_osx,
|
||||
"The libcurl provided by Leopard is too old for CouchDB to use."
|
||||
|
|
Loading…
Reference in a new issue