ScoopInstaller_Main/fnproject.json
2019-02-04 19:00:24 +00:00

23 lines
621 B
JSON

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