ScoopInstaller_Main/fnproject.json
2018-07-27 14:00:28 +00:00

23 lines
623 B
JSON

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