2020-06-24 04:00:24 +00:00

18 lines
813 B
JSON

{
"version": "2020-06-24",
"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-2020-06-24.pem#/cacert.pem",
"hash": "726889705b00f736200ed7999f7a50021b8735d53228d679c4e6665aa3b44987",
"checkver": {
"url": "https://curl.haxx.se/docs/caextract.html",
"regex": "cacert-([\\d-]+)\\.pem"
},
"post_install": "if (Test-Path \"$(appdir curl $global)\") { Copy-Item \"$dir\\cacert.pem\" \"$(appdir curl $global)\\current\\bin\\curl-ca-bundle.crt\" }",
"autoupdate": {
"url": "https://curl.haxx.se/ca/cacert-$version.pem#/cacert.pem"
},
"##": "Do not extract hash, it's not up to date."
}