ScoopInstaller_Main/fnproject.json
2018-05-14 18:00:27 +00:00

23 lines
621 B
JSON

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