ScoopInstaller_Main/fnproject.json
2017-11-13 19: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.17",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.17/fn.exe",
"hash": "be2a7e0f1f7c1e4594724bf541c82c140e8602da4dfc408a070d6f9ff5f3cba3"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}