ScoopInstaller_Main/omnisharp.json
2019-04-12 16:00:31 +00:00

31 lines
1.2 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "a .NET development platform based on roslyn workspaces",
"version": "1.32.17",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.17/omnisharp.http-win-x64.zip",
"hash": "ab4ff4c17bce920cd8a806aa1be5f5ae1dc05b9147db36e97b1afdb75ea592cb"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.17/omnisharp.http-win-x86.zip",
"hash": "09a27e263c3af399eb8226e20c2ab08e83d238b2f9cc105be517639a2ba6c423"
}
},
"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.http-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
}
}
}
}