ScoopInstaller_Main/bucket/faas-cli.json
2019-07-07 21:00:17 +00:00

31 lines
825 B
JSON

{
"homepage": "https://www.openfaas.com/",
"license": "MIT",
"version": "0.8.21",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.8.21/faas-cli.exe",
"hash": "366e01a364e64f90bec6b8234c2bc5bb87bbd059b187f8afe43c36d22f4d5b84"
}
},
"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"
}
}
}
}