ScoopInstaller_Main/fnproject.json
2018-04-21 01:00:29 +00:00

23 lines
621 B
JSON

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