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.30.0",
 | 
						|
    "description": "Official GitHub CLI",
 | 
						|
    "homepage": "https://cli.github.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_windows_amd64.zip",
 | 
						|
            "hash": "7d466686978e3c93e1a412229a77921288862cec183e94ad06cd36bfcd34ebaf"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_windows_386.zip",
 | 
						|
            "hash": "6b8270ea266b4afac5ea24a3bce3694c824769198694c52262ecfcb750106470"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_windows_arm64.zip",
 | 
						|
            "hash": "8883f41edf2e9c92c035d886bd9883bbacca37db7b79a0564f3838fd98f04ce0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |