ScoopInstaller_Main/bucket/fnproject.json
2020-06-08 08:54:40 +02: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.99",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.99/fn.exe",
"hash": "a3ee4daa957fb075382728db18723e4476f2f5a7f11d6c28c29ed44ce2b30449"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}