ScoopInstaller_Main/fnproject.json
2017-10-26 14:01:46 +00:00

23 lines
662 B
JSON

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