ScoopInstaller_Main/bucket/faas-cli.json
2019-04-27 14:00:18 +00:00

31 lines
823 B
JSON

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