mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
16 lines
630 B
JSON
16 lines
630 B
JSON
{
|
|
"version": "2018-03-07",
|
|
"homepage": "https://curl.haxx.se/docs/caextract.html",
|
|
"license": "MPL-2.0",
|
|
"url": "https://curl.haxx.se/ca/cacert-2018-03-07.pem#/cacert.pem",
|
|
"hash": "79ea479e9f329de7075c40154c591b51eb056d458bc4dff76d9a4b9c6c4f6d0b",
|
|
"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"
|
|
}
|
|
}
|