ScoopInstaller_Main/bucket/omnisharp.json
2022-02-18 16:29:58 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.38.1",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "http://www.omnisharp.net",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.1/omnisharp-win-x64.zip",
"hash": "7f25478893d213855416c3bdd7ce8afd5b59c12a1d3dd8f79bbd4814d8b33af3"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.1/omnisharp-win-x86.zip",
"hash": "0c6ebbe06f83b828351d4f6fd0f57160e7898cb2a311f1199d004dd768640daf"
}
},
"bin": "omnisharp.exe",
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
}
}
}
}