mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "1.37.8",
|
|
"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.8/omnisharp.http-win-x64.zip",
|
|
"hash": "9a9c72e2cf04dfb6e5ed3bb61fe3f668a3bcc0e52c532b7df317e76074f7fe87"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.8/omnisharp.http-win-x86.zip",
|
|
"hash": "d212eabd74d6f33fd7d6333230f9d3ea6d1d3cc9be2e729ae116a5dc6a782167"
|
|
}
|
|
},
|
|
"bin": [
|
|
"omnisharp.exe",
|
|
[
|
|
"omnisharp.exe",
|
|
"omnisharp-http"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|