ScoopInstaller_Main/fnproject.json
2018-07-20 15:00:43 +00:00

23 lines
623 B
JSON

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