ScoopInstaller_Main/fnproject.json
2018-07-31 11:00:57 +00:00

23 lines
623 B
JSON

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