ScoopInstaller_Main/bucket/fnproject.json
2019-12-06 10:00:24 +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.92",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.92/fn.exe",
"hash": "afc8f66fe9ec43a36e8f5e1735594332f6d992464333bb0bd6d34b7db3d76d4a"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}