mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
curl: download CA bundle as well
This commit is contained in:
parent
2d454ec6a1
commit
dd4ef3dfb7
10
curl.json
10
curl.json
@ -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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user