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": "0.11.0",
 | 
						|
    "description": "Official GitHub CLI",
 | 
						|
    "homepage": "https://cli.github.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v0.11.0/gh_0.11.0_windows_amd64.zip",
 | 
						|
            "hash": "444eaacecf082f7b78787500ba61230f2b9f748abe5443ee4221fa1a6fbec189"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v0.11.0/gh_0.11.0_windows_386.zip",
 | 
						|
            "hash": "41b96d1b94483263d511dfb208bede36d8964bd490874f00d9231cce743afdd5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |