ScoopInstaller_Main/bucket/omnisharp-http.json
2021-03-27 16:57:19 +01:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.8",
"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.8/omnisharp.http-win-x64.zip",
"hash": "9a9c72e2cf04dfb6e5ed3bb61fe3f668a3bcc0e52c532b7df317e76074f7fe87"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.8/omnisharp.http-win-x86.zip",
"hash": "d212eabd74d6f33fd7d6333230f9d3ea6d1d3cc9be2e729ae116a5dc6a782167"
}
},
"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"
}
}
}
}