ScoopInstaller_Main/bucket/omnisharp-http.json
2019-09-11 21:00:43 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "A .NET development platform based on roslyn workspaces",
"version": "1.34.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp.http-win-x64.zip",
"hash": "463f1ab2447866b8385a2f22ceb7582841e4ad5f7c70206493746aae67211186"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp.http-win-x86.zip",
"hash": "28377acf67e09165e409f91507cf3f15caeefce46e8cc96f9a716d202892c645"
}
},
"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"
}
}
}
}