ScoopInstaller_Main/fnproject.json
2018-03-02 22:01:48 +00:00

23 lines
663 B
JSON

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