ScoopInstaller_Main/fnproject.json
2018-12-07 13:00:24 +00:00

23 lines
621 B
JSON

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