ScoopInstaller_Main/fnproject.json
2018-05-10 14:00:44 +00:00

23 lines
621 B
JSON

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