mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.39.13",
|
|
"description": "A .NET development platform based on roslyn workspaces",
|
|
"homepage": "https://www.omnisharp.net",
|
|
"license": "MIT",
|
|
"notes": "For omnisharp-net6, please install 'versions/omnisharp-net6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.13/omnisharp-win-x64.zip",
|
|
"hash": "7d88c05bd3a680bfb515f5d047fa4cfd2e2c63076431801af66a4b71e2cc2c66"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.13/omnisharp-win-x86.zip",
|
|
"hash": "114d671e81f3f072f1d3197a91cf3bb27536d56dd94cbe8f11a65a8daf1b4028"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|