ScoopInstaller_Main/fnproject.json
2018-04-24 21:00:31 +00:00

23 lines
621 B
JSON

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