ScoopInstaller_Main/fnproject.json
2018-11-30 19:00:23 +00:00

23 lines
621 B
JSON

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