mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
omnisharp: Change to stdio release
This commit is contained in:
parent
6f6332515a
commit
2219889da5
@ -1,16 +1,16 @@
|
||||
{
|
||||
"homepage": "http://www.omnisharp.net",
|
||||
"description": "a .NET development platform based on roslyn workspaces",
|
||||
"description": "A .NET development platform based on roslyn workspaces",
|
||||
"version": "1.32.19",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x64.zip",
|
||||
"hash": "86806a3ac552da12c843eb29e92f9ec4bdf4606b80794edb88ef483d3387dfae"
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp-win-x64.zip",
|
||||
"hash": "fd477c65d9cc6a716bf35e26027a683cb4d3f3fcb251ec3699d786c2f3d6a4a8"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x86.zip",
|
||||
"hash": "502fc39472137c86aaa0010abc91c46d0c35e685d56ebdc1b90bb673172c86ec"
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp-win-x86.zip",
|
||||
"hash": "5c57ec4febf8eb6f8092b7ce95fb96066c35b52d0bba382a423f0c998a94271e"
|
||||
}
|
||||
},
|
||||
"bin": "omnisharp.exe",
|
||||
@ -20,10 +20,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
|
||||
"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.http-win-x86.zip"
|
||||
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user