ScoopInstaller_Main/bucket/omnisharp.json
2021-08-31 23:30:00 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.15",
"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.15/omnisharp-win-x64.zip",
"hash": "7a14fc81f3349ddce5ac38d01072fd7d4f17b98975e9841ea2593a65c3e96dd5"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.15/omnisharp-win-x86.zip",
"hash": "6b5c2c57ec0326b770a067925b3d4ae04d278b05e327a8e492196ac8910e3cdd"
}
},
"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"
}
}
}
}