ScoopInstaller_Main/bucket/fnproject.json
2020-03-11 23:01:49 +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.94",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.94/fn.exe",
"hash": "4be9264d6b826998a559ca146999dab7b5dd3c107fa73fc3b1c0dd01a207f25e"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}