mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"version": "0.6.13",
|
|
"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.13/fn.exe",
|
|
"hash": "2c5f13cba499d37ca155bcdbc6d81056f607d7df7a5e58b61306a7953a88907f"
|
|
}
|
|
},
|
|
"bin": "fn.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fnproject/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|