ScoopInstaller_Main/bucket/omnisharp.json
2023-07-18 00:52:33 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.39.8",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "https://www.omnisharp.net",
"license": "MIT",
"notes": "For omnisharp-net6, please install 'versions/omnisharp-net6",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip",
"hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip",
"hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"
}
},
"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"
}
}
}
}