mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.omnisharp.net",
|
|
"description": "A .NET development platform based on roslyn workspaces",
|
|
"version": "1.34.14",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp-win-x64.zip",
|
|
"hash": "80a56f8f196adc1b5985d4cc83f55a469d8e4a537f587ca8b2cc0fb889a12394"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp-win-x86.zip",
|
|
"hash": "85fbcf380988512654587c41a5105e4248369fc918a28203cec8ed22c61392b8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|