mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add omnisharp-http version 1.32.19
This commit is contained in:
parent
2219889da5
commit
605ec43c83
36
bucket/omnisharp-http.json
Normal file
36
bucket/omnisharp-http.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://www.omnisharp.net",
|
||||||
|
"description": "A .NET development platform based on roslyn workspaces",
|
||||||
|
"version": "1.32.19",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x64.zip",
|
||||||
|
"hash": "86806a3ac552da12c843eb29e92f9ec4bdf4606b80794edb88ef483d3387dfae"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x86.zip",
|
||||||
|
"hash": "502fc39472137c86aaa0010abc91c46d0c35e685d56ebdc1b90bb673172c86ec"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user