ScoopInstaller_Main/fnproject.json
2018-01-22 22:00:26 +00:00

23 lines
663 B
JSON

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