ScoopInstaller_Main/fnproject.json
2018-08-16 14:00:28 +00:00

23 lines
623 B
JSON

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