mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"homepage": "https://fnproject.io/",
|
|
"description": "A container-native serverless platform that can be run anywhere (any cloud or on-premise).",
|
|
"license": "Apache-2.0",
|
|
"version": "0.5.90",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/0.5.90/fn.exe",
|
|
"hash": "0177e15b1bb353c1f50ec5ac51406262b762f8ca145e16aac8d37d6f109b9653"
|
|
}
|
|
},
|
|
"bin": "fn.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fnproject/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|