mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
16 lines
630 B
JSON
16 lines
630 B
JSON
{
|
|
"version": "2017-06-07",
|
|
"homepage": "https://curl.haxx.se/docs/caextract.html",
|
|
"license": "MPL 2.0",
|
|
"url": "https://curl.haxx.se/ca/cacert-2017-06-07.pem#/cacert.pem",
|
|
"hash": "e78c8ab7b4432bd466e64bb942d988f6c0ac91cd785017e465bdc96d42fe9dd0",
|
|
"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"
|
|
}
|
|
}
|