ScoopInstaller_Main/bucket/fnproject.json
2019-08-27 11:00:52 +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.85",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.85/fn.exe",
"hash": "ec2a083cabe4db9e1bb5ff6f2c99d5878bbbe49d91f9bc027e871abfebd2ea64"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}