ScoopInstaller_Main/bucket/omnisharp.json
2022-03-22 20:26:54 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.38.2",
"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.2/omnisharp-win-x64.zip",
"hash": "1f94980ca0fab7b6ae17195fbb9fc0a677ea4bb96a376cf68b32a0d59650522d"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.2/omnisharp-win-x86.zip",
"hash": "b2e414b2a7155b2a484db182b69223b0aef9eb1f8e1cb6155c6c5e9d07a78cf8"
}
},
"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"
}
}
}
}