ScoopInstaller_Main/bucket/fnproject.json
2019-10-28 14:01:50 +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.91",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.91/fn.exe",
"hash": "d26db3c5a7ed40511d670b0c1fce5938194f02d632cfe9345533eedd58942ba4"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}