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

23 lines
662 B
JSON

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