ScoopInstaller_Main/bucket/omnisharp.json
2019-09-11 21:00:43 +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.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp-win-x64.zip",
"hash": "07d96bfbe47705fb90d2e52e7ba3656d41c8e6eb2e2740db61dee53af2e5cf91"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp-win-x86.zip",
"hash": "eedae9a5b6bf5d0244a950a4dd01ee251b8b022df87251469510a42330edba61"
}
},
"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"
}
}
}
}