ScoopInstaller_Main/fnproject.json
2018-07-27 00:00:29 +00:00

23 lines
623 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"version": "0.4.137",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.137/fn.exe",
"hash": "e72c5b4a9caca140a235204fcae2a57773975805d2ce7f30a62845e1f52e49ed"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}