ScoopInstaller_Main/fnproject.json
2018-03-07 23:00:25 +00:00

23 lines
663 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
"version": "0.4.63",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.63/fn.exe",
"hash": "dfc54f84140dd709f57322ef9822fb2b0f38730d306622b887b3df41a9968bd9"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}