ScoopInstaller_Main/fnproject.json
2017-12-14 22:00:40 +00:00

23 lines
662 B
JSON

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