ScoopInstaller_Main/fnproject.json
2018-10-17 11:00:26 +00:00

23 lines
621 B
JSON

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