ScoopInstaller_Main/bucket/omnisharp-http.json
2021-11-08 23:00:48 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.37.17",
"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.17/omnisharp.http-win-x64.zip",
"hash": "63ed07e80c21685983bcd81865acee634044a3985bb0b5f8dacf5ceb8466d0fa"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.17/omnisharp.http-win-x86.zip",
"hash": "f8a083701d31ca272e5975efbaa4bf3c79a05ccda484064704d60b0c01b5e900"
}
},
"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"
}
}
}
}