mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "1.37.9",
|
|
"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.9/omnisharp.http-win-x64.zip",
|
|
"hash": "3d79dff98027f714d9be1f91a4b53a19c3c98b618f94f4c684e326fedd2b848f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.9/omnisharp.http-win-x86.zip",
|
|
"hash": "7bf0a8a34e017179195af0a2cff9037c70565565475dda3e280f1ed6f24101b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|