mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.38.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.38.0/omnisharp-win-x64.zip",
|
|
"hash": "b75818f906d847882f03ef2d25dd01cf08254de731b5f925ce7613e114c27da3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.0/omnisharp-win-x86.zip",
|
|
"hash": "1e8b8ec8a69a5897017732442b90849393ca3fd2e5c33a406e25d8b065e5637e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|