ScoopInstaller_Main/bucket/omnisharp.json
2022-05-19 20:28:35 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.39.0",
"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.39.0/omnisharp-win-x64.zip",
"hash": "28b7d3b88ca2fa8aeb90f7277cc32bfbef4085b28f78cc6fb441bbab4401f0d5"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp-win-x86.zip",
"hash": "11b6d742cafc416f204338926ca59812ba8a7f24b1af50d366a91502a8898cfe"
}
},
"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"
}
}
}
}