ScoopInstaller_Main/faas-cli.json
2017-12-16 13:24:27 +01:00

29 lines
771 B
JSON

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