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