mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			952 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			952 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.18.1",
 | 
						|
    "description": "Creates remote development machines so your team can develop from anywhere.",
 | 
						|
    "homepage": "https://coder.com/",
 | 
						|
    "license": "AGPL-3.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/coder/coder/releases/download/v0.18.1/coder_0.18.1_windows_amd64.zip",
 | 
						|
            "hash": "d431f59ae4f3e80b9344c256f1232085397da7a9c2f2af00c2d69f15a0eb1f7d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "coder.exe",
 | 
						|
    "env_set": {
 | 
						|
        "CODER_CONFIG_DIR": "$dir\\config"
 | 
						|
    },
 | 
						|
    "persist": "config",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/coder/coder"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/coder/coder/releases/download/v$version/coder_$version_windows_amd64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/coder_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |