ScoopInstaller_Main/bucket/omnisharp-http.json
2020-11-21 14:59:35 +01:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.4",
"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.4/omnisharp.http-win-x64.zip",
"hash": "7dfd998b00262bfcba207fe3d6c35304d3a76a0557a8fdeb5ab69513e8a02e2e"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.4/omnisharp.http-win-x86.zip",
"hash": "0da3782f28262c4966b7b4e867f26a38131c12925ef58f840a74ce6b9eb77750"
}
},
"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"
}
}
}
}