ScoopInstaller_Main/fnproject.json
2017-11-21 19:00:18 +00:00

23 lines
662 B
JSON

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