ScoopInstaller_Main/fnproject.json
2018-04-12 19:00:32 +00:00

23 lines
663 B
JSON

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