ScoopInstaller_Main/bucket/fnproject.json
2019-07-16 12:00:57 +00:00

23 lines
621 B
JSON

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