ScoopInstaller_Main/bucket/fnproject.json
2019-10-01 11:00:21 +00:00

24 lines
734 B
JSON

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