ScoopInstaller_Main/bucket/omnisharp-http.json
2020-10-15 09:51:47 +02:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.3",
"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.37.3/omnisharp.http-win-x64.zip",
"hash": "b716178d9b1c1ded5eb11190dc36d24ddbf38f3c019cc2aed2cf68376fe5b495"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.3/omnisharp.http-win-x86.zip",
"hash": "bb0dfdaa356946d89ae5367b822df53800caad4763fe7110b37c6f0ccd55e703"
}
},
"bin": [
"omnisharp.exe",
[
"omnisharp.exe",
"omnisharp-http"
]
],
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
}
}
}
}