mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
17 lines
747 B
JSON
17 lines
747 B
JSON
{
|
|
"version": "2019-05-15",
|
|
"homepage": "https://curl.haxx.se/docs/caextract.html",
|
|
"description": "CA certificates extracted from the Mozilla CA certificate store, in PEM format",
|
|
"license": "MPL-2.0",
|
|
"url": "https://curl.haxx.se/ca/cacert-2019-05-15.pem#/cacert.pem",
|
|
"hash": "cb2eca3fbfa232c9e3874e3852d43b33589f27face98eef10242a853d83a437a",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/docs/caextract.html",
|
|
"re": "cacert-([\\d-]{10}).pem"
|
|
},
|
|
"post_install": "if (Test-Path \"$(appdir curl $global)\") {cp \"$dir\\cacert.pem\" \"$(appdir curl $global)\\current\\bin\\curl-ca-bundle.crt\"}",
|
|
"autoupdate": {
|
|
"url": "https://curl.haxx.se/ca/cacert-$version.pem#/cacert.pem"
|
|
}
|
|
}
|