mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://www.omnisharp.net",
|
|
"description": "a .NET development platform based on roslyn workspaces",
|
|
"version": "1.32.18",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.18/omnisharp.http-win-x64.zip",
|
|
"hash": "186e04f07b6c32243049cd537ce5e2aac49a32c4eb60478502d19656caf02a2a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.18/omnisharp.http-win-x86.zip",
|
|
"hash": "f26ac1b6ea749dc07dc1d4654ca63fcb25ca3a1dc0cc25863cda3a80ea0231db"
|
|
}
|
|
},
|
|
"bin": "omnisharp.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|