diff options
| author | Jack Nagel | 2013-02-04 17:49:58 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-04 17:55:47 -0600 |
| commit | e8e7cbf405b8c8441f35185b733647ad0f03ead7 (patch) | |
| tree | 8f7b687633af5a4f15dc485116a5fa4a024806e9 /Library/Formula | |
| parent | 5e21f918b0265c6635127c3493735556e55dbdf3 (diff) | |
| download | homebrew-e8e7cbf405b8c8441f35185b733647ad0f03ead7.tar.bz2 | |
curl-ca-bundle: use prebuilt bundle
The mk-ca-bundle script uses perl modules that don't work consistently
across proxies, etc. so just package it up.
Fixes #17286.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/curl-ca-bundle.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/curl-ca-bundle.rb b/Library/Formula/curl-ca-bundle.rb index ebb7852ee..fcd563b45 100644 --- a/Library/Formula/curl-ca-bundle.rb +++ b/Library/Formula/curl-ca-bundle.rb @@ -2,15 +2,10 @@ require 'formula' class CurlCaBundle < Formula homepage 'http://curl.haxx.se/docs/caextract.html' - url 'http://curl.haxx.se/download/curl-7.28.1.tar.gz' - sha256 '78dce7cfff51ec5725442b92c00550b4e0ca2f45ad242223850a312cd9160509' - version '1.87' + url 'https://downloads.sourceforge.net/project/machomebrew/mirror/curl-ca-bundle-1.87.tar.bz2' + sha256 '41742f0c6aa689543ad037d1f7615b8620dae399d3cf2061a8d86d84a1b41f7f' def install - cd 'lib' do - inreplace 'mk-ca-bundle.pl', /(http):/, '\1s:' - system 'perl', 'mk-ca-bundle.pl' - share.install 'ca-bundle.crt' - end + share.install 'ca-bundle.crt' end end |
