ScoopInstaller_Main/fnproject.json
2019-03-06 02:00:28 +00:00

23 lines
621 B
JSON

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