ScoopInstaller_Main/bucket/omnisharp.json
2021-07-16 23:26:25 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.13",
"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.13/omnisharp-win-x64.zip",
"hash": "e5ebfd84776595fa9e0354f7e91d93f6c20b8f1234277a7a064a9c57417cb8ce"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.13/omnisharp-win-x86.zip",
"hash": "1d15326afdc4fb40a617d4ae1865f1953f7db4fdd9b81433bb8550fdcfd812ca"
}
},
"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"
}
}
}
}