ScoopInstaller_Main/fnproject.json
2018-02-16 22:00:21 +00:00

23 lines
663 B
JSON

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