ScoopInstaller_Main/fnproject.json
2019-04-01 17:00:23 +00:00

23 lines
621 B
JSON

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