mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +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.93",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/0.5.93/fn.exe",
|
|
"hash": "0bc887007e80d812ca134f603305928ea21a653b847bbe3404d383dee120e9b3"
|
|
}
|
|
},
|
|
"bin": "fn.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fnproject/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|