ScoopInstaller_Main/bucket/fnproject.json
2021-10-12 05:01:47 +00:00

24 lines
734 B
JSON

{
"version": "0.6.10",
"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.10/fn.exe",
"hash": "4c9bab6100a623da609d916f6da53b6436b9e2f70f7869b07add0b4e9a3d0954"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}