mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.50.0",
 | 
						|
    "description": "Official GitHub CLI",
 | 
						|
    "homepage": "https://cli.github.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_windows_amd64.zip",
 | 
						|
            "hash": "065439eefad0f0c6935540addff86f501876846c4d0db8273e17e0651e6ca6f2"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_windows_386.zip",
 | 
						|
            "hash": "003bfe907b6540628a1702996f85755736f2e5db2b35491bc243c03eaec16394"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_windows_arm64.zip",
 | 
						|
            "hash": "8aad120b416386b4269ef62c8fdebcad31a70847297817a149daf927edc85548"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/gh_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |