ScoopInstaller_Main/fnproject.json
2019-03-01 00:00:32 +00:00

23 lines
621 B
JSON

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