ScoopInstaller_Main/fnproject.json
2018-09-26 11:00:34 +00:00

23 lines
619 B
JSON

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