ScoopInstaller_Main/fnproject.json
2018-04-17 15:01:04 +00:00

23 lines
663 B
JSON

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