mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.37.0",
|
|
"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.0/omnisharp-win-x64.zip",
|
|
"hash": "4505e6dfeac1ef93318f0371da2678c04ddb6be916dedf1ce95ec7a1ce37561e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.0/omnisharp-win-x86.zip",
|
|
"hash": "b68b2b28c21bac05c2a2a5554a3f96a7ca2292bbe8332d0044e6002272427198"
|
|
}
|
|
},
|
|
"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-win-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|