ScoopInstaller_Main/fnproject.json
2018-10-29 17:00:33 +00:00

23 lines
621 B
JSON

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