ScoopInstaller_Main/fnproject.json
2019-04-11 23:00:27 +00:00

23 lines
621 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"version": "0.5.74",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.74/fn.exe",
"hash": "2d27464e2732513e30c4357873d118f758a4df88e08c82038996ebe34b630870"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}