ScoopInstaller_Main/bucket/omnisharp-http.json
2023-01-06 04:27:46 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.3",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "http://www.omnisharp.net",
"license": "MIT",
"notes": "For omnisharp-http-net6, please install 'versions/omnisharp-http-net6",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.3/omnisharp.http-win-x64.zip",
"hash": "15b056bba91b901353e589e667eee93f14ca01fdd801669128286f35b1dbf71c"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.3/omnisharp.http-win-x86.zip",
"hash": "22fe431312cd16eb6fd5253a58c87ae11b8cf0cfc0965d3ed8e90e7291cb0112"
}
},
"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"
}
}
}
}