ScoopInstaller_Main/bucket/omnisharp-http.json
2023-03-15 00:34:13 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.6",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "https://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.6/omnisharp.http-win-x64.zip",
"hash": "bd699f3da76cf1e154c83160b07cfc0d708e48bf24e32c19898059b308046d49"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp.http-win-x86.zip",
"hash": "da829a916f574ed5aa4b7febd5477825e900a3adc152ad811dc9ec70ddfd220f"
}
},
"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"
}
}
}
}