mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.39.9",
|
|
"description": "A .NET development platform based on roslyn workspaces",
|
|
"homepage": "https://www.omnisharp.net",
|
|
"license": "MIT",
|
|
"notes": "For omnisharp-net6, please install 'versions/omnisharp-net6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp-win-x64.zip",
|
|
"hash": "ca3f948292c42666a805f72d3cdde1f72347de6609640d28e54419653e407c13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp-win-x86.zip",
|
|
"hash": "4b9f577fb8bfbba19300a12abc3508909b47315886363019e2d66bc3e4d359c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|