mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.39.15",
|
|
"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.15/omnisharp-win-x64.zip",
|
|
"hash": "afa4b20c97bf5ba4af0ac87e120c5730ff50b285ea129b353a3761681a3b5183"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.15/omnisharp-win-x86.zip",
|
|
"hash": "fa722a87607c805b2bdb35665403daeb3ae9b520925f4dfc63b26bf441e90853"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|