ScoopInstaller_Main/bucket/omnisharp.json
2021-01-20 07:20:22 +01:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.6",
"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.6/omnisharp-win-x64.zip",
"hash": "c2b0282e0aafe41a29c944713980692edce1460906ef94ea4e39371b40aecb7b"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.6/omnisharp-win-x86.zip",
"hash": "b23e52aa250a825218157c8102c432053f20a146b3e183fc39f2c2a310319dc4"
}
},
"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"
}
}
}
}