ScoopInstaller_Main/bucket/omnisharp.json
2021-07-27 22:47:30 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.14",
"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.14/omnisharp-win-x64.zip",
"hash": "db5f0f1ec6ece7f547b21953218aa18b829a0aeacf0e15032d9fba7452e03de9"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.14/omnisharp-win-x86.zip",
"hash": "5bdd229934eb09eb54eb1c11cfa2284e1e4f3b6286e41e88763fac72844911a2"
}
},
"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"
}
}
}
}