mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
16 lines
675 B
JSON
16 lines
675 B
JSON
{
|
|
"version": "2017-01-18",
|
|
"homepage": "https://curl.haxx.se/docs/caextract.html",
|
|
"license": "MPL 2.0",
|
|
"url": "https://curl.haxx.se/ca/cacert-2017-01-18.pem",
|
|
"hash": "e62a07e61e5870effa81b430e1900778943c228bd7da1259dd6a955ee2262b47",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/docs/caextract.html",
|
|
"re": "cacert-([\\d-]{10}).pem"
|
|
},
|
|
"post_install": "Rename-Item @(Get-ChildItem $dir\\cacert-*.pem)[0] $dir\\cacert.pem; 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"
|
|
}
|
|
}
|