diff options
| author | Brett Koonce | 2012-11-30 22:32:14 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-11-30 20:39:55 -0800 | 
| commit | fb5499f72e978a13782b45ec8965ea82f0d79910 (patch) | |
| tree | f5104bd8552ac90dcbd61a0a41ef7d689ed00568 /Library/Formula/curl.rb | |
| parent | 3e580005487ec73c75c63c635cc6ca91ec0ae952 (diff) | |
| download | homebrew-fb5499f72e978a13782b45ec8965ea82f0d79910.tar.bz2 | |
curl 7.28.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/curl.rb')
| -rw-r--r-- | Library/Formula/curl.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb index e5782eced..5c3d156ab 100644 --- a/Library/Formula/curl.rb +++ b/Library/Formula/curl.rb @@ -2,8 +2,8 @@ require 'formula'  class Curl < Formula    homepage 'http://curl.haxx.se/' -  url 'http://curl.haxx.se/download/curl-7.28.0.tar.gz' -  sha256 'ececf0355d352925cb41936be6b50b68d8af1fbd737e267c8fe9e929c5539ff4' +  url 'http://curl.haxx.se/download/curl-7.28.1.tar.gz' +  sha256 '78dce7cfff51ec5725442b92c00550b4e0ca2f45ad242223850a312cd9160509'    keg_only :provided_by_osx,              "The libcurl provided by Leopard is too old for CouchDB to use."  | 
