ScoopInstaller_Main/bucket/fnproject.json
2025-02-20 16:31:11 +00:00

24 lines
734 B
JSON

{
"version": "0.6.39",
"description": "A container-native serverless platform that can be run anywhere (any cloud or on-premise).",
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.6.39/fn.exe",
"hash": "43bc77080cc9051face195acbc5810f5b7ef7225e5f779f346f3a6e1e22f4834"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}