ScoopInstaller_Main/fnproject.json
2018-04-26 07:00:37 +00:00

23 lines
621 B
JSON

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