ScoopInstaller_Main/fnproject.json
2018-01-25 20:00:21 +00:00

23 lines
663 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
"version": "0.4.43",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.43/fn.exe",
"hash": "a21b1ca66e3864a4ee266f864537e36494f7a8ced481cf79800c7340d4f052fd"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}