ScoopInstaller_Main/fnproject.json
2018-12-28 22:00:24 +00:00

23 lines
621 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"version": "0.5.39",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.39/fn.exe",
"hash": "132860270fb8320cd2560d8c2cea191f02afe477f9fd2f8a2523074d3506d625"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}