ScoopInstaller_Main/cacert.json
2017-09-20 04:01:48 +00:00

16 lines
630 B
JSON

{
"version": "2017-09-20",
"homepage": "https://curl.haxx.se/docs/caextract.html",
"license": "MPL 2.0",
"url": "https://curl.haxx.se/ca/cacert-2017-09-20.pem#/cacert.pem",
"hash": "435ac8e816f5c10eaaf228d618445811c16a5e842e461cb087642b6265a36856",
"checkver": {
"url": "https://curl.haxx.se/docs/caextract.html",
"re": "cacert-([\\d-]{10}).pem"
},
"post_install": "if (Test-Path \"$(appdir curl)\") {cp \"$dir\\cacert.pem\" \"$(appdir curl)\\current\\bin\\curl-ca-bundle.crt\"}",
"autoupdate": {
"url": "https://curl.haxx.se/ca/cacert-$version.pem#/cacert.pem"
}
}