ScoopInstaller_Main/fnproject.json
2018-10-19 15:01:11 +00:00

23 lines
621 B
JSON

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