ScoopInstaller_Main/bucket/fnproject.json
2026-02-12 12:33:32 +00:00

24 lines
734 B
JSON

{
"version": "0.6.48",
"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.48/fn.exe",
"hash": "41c520cb936516c720f01c28d82d16309ebb2a1db247cdae863e12b10012e65e"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}