mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
16 lines
630 B
JSON
16 lines
630 B
JSON
{
|
|
"version": "2018-06-20",
|
|
"homepage": "https://curl.haxx.se/docs/caextract.html",
|
|
"license": "MPL-2.0",
|
|
"url": "https://curl.haxx.se/ca/cacert-2018-06-20.pem#/cacert.pem",
|
|
"hash": "238823cd92d3bcdd67c1c278536d6c282dd6b526ee6ee97efbf00ef31d8c5d79",
|
|
"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"
|
|
}
|
|
}
|