ScoopInstaller_Main/bucket/omnisharp-http.json
2021-12-16 00:32:29 +00:00

37 lines
1.2 KiB
JSON

{
"version": "1.38.0",
"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.0/omnisharp.http-win-x64.zip",
"hash": "a0f8877d047d2bdab92a57a5a3325986f9be4782f76306f0b1af4ad7221316b6"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.0/omnisharp.http-win-x86.zip",
"hash": "39fa8a92bcfe8f5a9053d717f2f100f964e03a43f4708e70c44ffd1fca3a3443"
}
},
"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"
}
}
}
}