ScoopInstaller_Main/bucket/fnproject.json
2019-06-05 17:00:40 +00:00

23 lines
621 B
JSON

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