ScoopInstaller_Main/bucket/omnisharp.json
2019-09-30 22:00:38 +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.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp-win-x64.zip",
"hash": "6e59314443d3aca868592c176a9f02a78a153ee0a72da3db9b7b2de7fbb04c99"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp-win-x86.zip",
"hash": "f8b6a59717be52ffc6b10edc3f83bd71a144dfad5380b9fc30ebb3f7a71c563e"
}
},
"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"
}
}
}
}