ScoopInstaller_Main/bucket/fnproject.json
2020-05-05 14:24:42 +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.97",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.97/fn.exe",
"hash": "086f9eb1d88bd94572528971ae02ccf8a0224bd791aaab733ae884cfb152a386"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}