ScoopInstaller_Main/bucket/omnisharp.json
2021-07-10 12:12:29 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.12",
"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.12/omnisharp-win-x64.zip",
"hash": "32de8df9bbbb7d65faf742ac6001e1e2aaf26f6b0c7576b70982559565ba6eb0"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.12/omnisharp-win-x86.zip",
"hash": "b37631b7b24d6675a726a24d50913380f5b0009a003a6d87024c4cdb6cba5f76"
}
},
"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"
}
}
}
}