ScoopInstaller_Main/bucket/omnisharp-http.json
2020-12-16 08:52:07 +01:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.5",
"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.5/omnisharp.http-win-x64.zip",
"hash": "90bf5c4c4e630c4a091e025be15f5d8d7dc6bfc58ec2c03194d291c78ddc647c"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.5/omnisharp.http-win-x86.zip",
"hash": "45a4922f167e700d6d0e86b9ab6858fbb17222f4eec98b9370065d65d2a69103"
}
},
"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"
}
}
}
}