ScoopInstaller_Main/bucket/fnproject.json
2022-05-24 08:29:44 +00:00

24 lines
734 B
JSON

{
"version": "0.6.19",
"description": "A container-native serverless platform that can be run anywhere (any cloud or on-premise).",
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.6.19/fn.exe",
"hash": "b83e48daab3f55a21b718e0e0cf87d159dc404bb023ee00168ed9e2db0f328ab"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}