ScoopInstaller_Main/fnproject.json
2018-06-28 14:00:34 +00:00

23 lines
623 B
JSON

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