ScoopInstaller_Main/bucket/omnisharp-http.json
2020-09-02 08:20:26 +02:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.1",
"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.1/omnisharp.http-win-x64.zip",
"hash": "6fb41a860bb927ffbcd0a1b9f3d9fa22e9967e861af97e0dedf50f7d38774526"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.1/omnisharp.http-win-x86.zip",
"hash": "7eee29c01199b1e5e2e6f74e5b5a27e03554cf8bd07fb7afdc1c8128a71a0b6d"
}
},
"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"
}
}
}
}