mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.38.2",
 | 
						|
    "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.38.2/omnisharp.http-win-x64.zip",
 | 
						|
            "hash": "692eaa18ae51b6686057589ed54a4a53daaef2fbb25c71ad888f9a48ffdf9715"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.2/omnisharp.http-win-x86.zip",
 | 
						|
            "hash": "aa8a9e2985ee7caf47266544958b1f0ea5ca88e0c51b8c940abec3acaa2125f8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |