mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Add cacert.pem as its own package
This commit is contained in:
parent
044644e16c
commit
d4e01c34bb
15
cacert.json
Normal file
15
cacert.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"autoupdate": {
|
||||
"url": "https://curl.haxx.se/ca/cacert-$version.pem"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user