curl: download CA bundle as well

This commit is contained in:
Luke Sampson 2013-08-05 15:39:53 +10:00
parent 2d454ec6a1
commit dd4ef3dfb7

View File

@ -2,8 +2,14 @@
"homepage": "http://curl.haxx.se/",
"version": "7.30.0",
"licence": "MIT",
"url": "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip",
"url": [
"http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip",
"http://curl.haxx.se/ca/cacert.pem#/curl-ca-bundle.crt"
],
"unzip_folder": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32",
"hash": "sha256:90af768c246136c14a2ae52e8775fa4d976eda4632159bc565e1a539b4f15e1a",
"hash": [
"sha256:90af768c246136c14a2ae52e8775fa4d976eda4632159bc565e1a539b4f15e1a",
null
],
"bin": "curl.exe"
}