ScoopInstaller_Main/fnproject.json
2017-12-20 23:00:22 +00:00

23 lines
662 B
JSON

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