ScoopInstaller_Main/bucket/omnisharp-http.json
2024-07-30 00:33:52 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.12",
"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.12/omnisharp.http-win-x64.zip",
"hash": "4392c20af329c4bea63f5f2d7b62ce49692369010017b1a9eed80fb6697c565f"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.12/omnisharp.http-win-x86.zip",
"hash": "f91f7e9397e88245d9fcda092ae65af5dbf14e266d4d6e8a704abe7ea6a3cd6e"
}
},
"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"
}
}
}
}