ScoopInstaller_Main/bucket/omnisharp.json
2019-08-16 22:01:47 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "A .NET development platform based on roslyn workspaces",
"version": "1.34.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x64.zip",
"hash": "53e9fa75340856b312c9ed8566fe5a603bd3d5168e2dcf54b808caf79444dbf3"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x86.zip",
"hash": "2f8a5f3fe6958ccde3196a878a7f7a788d1e3327c39e2db4d37f0a81ff64bee7"
}
},
"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"
}
}
}
}