ScoopInstaller_Main/bucket/omnisharp-http.json
2019-09-30 22:00:38 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "A .NET development platform based on roslyn workspaces",
"version": "1.34.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp.http-win-x64.zip",
"hash": "512c29b7ce38a482f1a2f8c83cfb5dcf40c431fd25798d88ce9d7b77e6aadefd"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp.http-win-x86.zip",
"hash": "834a7307fa9e9cf030ec9d6f97803f9eaadfefeb37c11fc261e2fdd4dc4d879f"
}
},
"bin": [
"omnisharp.exe",
[
"omnisharp.exe",
"omnisharp-http"
]
],
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
}
}
}
}