ScoopInstaller_Main/bucket/fnproject.json
2019-05-22 13:01:50 +00:00

23 lines
621 B
JSON

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