ScoopInstaller_Main/bucket/faas-cli.json
2019-06-27 09:00:23 +00:00

31 lines
825 B
JSON

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