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

23 lines
621 B
JSON

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