ScoopInstaller_Main/bucket/fnproject.json
2019-05-07 19:00:31 +00:00

23 lines
621 B
JSON

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