mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
33 lines
841 B
JSON
33 lines
841 B
JSON
{
|
|
"homepage": "https://www.openfaas.com/",
|
|
"license": "MIT",
|
|
"version": "0.6.11",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openfaas/faas-cli/releases/download/0.6.11/faas-cli.exe",
|
|
"hash": "97c1d701b85cc01a7f0bc264d7892ff5c1fa5124d0e27e67cdc4f2d2d9fb6067"
|
|
}
|
|
},
|
|
"bin": [
|
|
"faas-cli.exe",
|
|
[
|
|
"faas-cli.exe",
|
|
"faas"
|
|
]
|
|
],
|
|
"post_install": [
|
|
"faas-cli version"
|
|
],
|
|
"notes": "OpenFaas @ https://www.openfaas.com/",
|
|
"checkver": {
|
|
"github": "https://github.com/openfaas/faas-cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|