ScoopInstaller_Main/fnproject.json
2018-05-25 11:00:26 +00:00

23 lines
623 B
JSON

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