ScoopInstaller_Main/fnproject.json
2018-12-20 17:00:39 +00:00

23 lines
621 B
JSON

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