ScoopInstaller_Main/fnproject.json
2018-09-18 18:00:37 +00:00

23 lines
619 B
JSON

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