ScoopInstaller_Main/bucket/fnproject.json
2022-01-10 12:30:00 +00:00

24 lines
734 B
JSON

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