mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
31 lines
825 B
JSON
31 lines
825 B
JSON
{
|
|
"homepage": "https://www.openfaas.com/",
|
|
"license": "MIT",
|
|
"version": "0.8.14",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openfaas/faas-cli/releases/download/0.8.14/faas-cli.exe",
|
|
"hash": "f291ea7a3451a143f41693b0cc4c29cf1f1fb4a76c5f74d5344ad3475f5318eb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|