ScoopInstaller_Main/bucket/fnproject.json
2025-04-01 12:31:40 +00:00

24 lines
734 B
JSON

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