ScoopInstaller_Main/cacert.json
2018-12-05 05:00:20 +00:00

16 lines
630 B
JSON

{
"version": "2018-12-05",
"homepage": "https://curl.haxx.se/docs/caextract.html",
"license": "MPL-2.0",
"url": "https://curl.haxx.se/ca/cacert-2018-12-05.pem#/cacert.pem",
"hash": "4d89992b90f3e177ab1d895c00e8cded6c9009bec9d56981ff4f0a59e9cc56d6",
"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"
}
}