ScoopInstaller_Main/bucket/omnisharp.json
2019-05-01 19:00:24 +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.19",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v.1.32.19/omnisharp.http-win-x64.zip",
"hash": "951ea2e55b189a05d05fdb56eabf4138a43a6cc133ca53e3817b2be5cb281e97"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v.1.32.19/omnisharp.http-win-x86.zip",
"hash": "3f86ac95744a5eb8518f142f3f246ecdcf3f033eeb66de0fc6800549ed2f553a"
}
},
"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"
}
}
}
}