ScoopInstaller_Main/fnproject.json
2017-11-07 19:01:45 +00:00

23 lines
662 B
JSON

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