ScoopInstaller_Main/fnproject.json
2018-09-13 18:01:28 +00:00

23 lines
619 B
JSON

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