ScoopInstaller_Main/bucket/fnproject.json
2019-09-10 15:00:18 +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.86",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.86/fn.exe",
"hash": "2867bd82bd612cb26c79c4f1522b190063a4e847b844f6b3b19686e687f2b1c2"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}