ScoopInstaller_Main/fnproject.json
2018-10-01 19:00:27 +00:00

23 lines
621 B
JSON

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