ScoopInstaller_Main/fnproject.json
2018-10-05 18:00:33 +00:00

23 lines
621 B
JSON

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