mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.4.0",
 | 
						|
    "description": "Official GitHub CLI",
 | 
						|
    "homepage": "https://cli.github.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v1.4.0/gh_1.4.0_windows_amd64.zip",
 | 
						|
            "hash": "007b640ae0867e9560f143f5cbc1353669ad32713b57f65af1ef510865bea8d3"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v1.4.0/gh_1.4.0_windows_386.zip",
 | 
						|
            "hash": "9b609a8534a1b51a782ecc34602766dace7ea118f951e594dccd79e8817fb291"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "bin\\gh.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/cli/cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/gh_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |