ScoopInstaller_Main/fnproject.json
2018-09-20 15:00:50 +00:00

23 lines
619 B
JSON

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