ScoopInstaller_Main/fnproject.json
2017-11-01 10:00:20 +00:00

23 lines
662 B
JSON

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