ScoopInstaller_Main/fnproject.json
2018-05-23 12:00:32 +00:00

23 lines
621 B
JSON

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