ScoopInstaller_Main/fnproject.json
2018-03-01 23:00:28 +00:00

23 lines
663 B
JSON

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