mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 20:11:20 +00:00
24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"version": "0.6.20",
|
|
"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.20/fn.exe",
|
|
"hash": "9659a4e2724bcd0dd5f8f9e91ff2f2d93c1e8a8ef71cf0defe887fbdb19d4c43"
|
|
}
|
|
},
|
|
"bin": "fn.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fnproject/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|