ScoopInstaller_Main/bucket/fnproject.json
2024-10-23 16:29:58 +00:00

24 lines
734 B
JSON

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