curl 7.28.0
Closes Homebrew/homebrew#15447. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9bc2710ea9
commit
24bc82d86f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Curl < Formula
|
||||
homepage 'http://curl.haxx.se/'
|
||||
url 'http://curl.haxx.se/download/curl-7.27.0.tar.gz'
|
||||
sha256 '8cbad34e58608f0e959fe16c7c987e57f5f3dec2c92d1cebb0678f9d668a6867'
|
||||
url 'http://curl.haxx.se/download/curl-7.28.0.tar.gz'
|
||||
sha256 'ececf0355d352925cb41936be6b50b68d8af1fbd737e267c8fe9e929c5539ff4'
|
||||
|
||||
keg_only :provided_by_osx,
|
||||
"The libcurl provided by Leopard is too old for CouchDB to use."
|
||||
|
|
Loading…
Reference in a new issue