ScoopInstaller_Main/bucket/fnproject.json
2020-12-09 19:18:37 +01:00

24 lines
732 B
JSON

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