mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.24.3",
 | 
						|
    "description": "Official GitHub CLI",
 | 
						|
    "homepage": "https://cli.github.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_windows_amd64.zip",
 | 
						|
            "hash": "483108bdf897ba2795ca6f32d03e395cff8db95a98eda120ed0ebb10263f1f37"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_windows_386.zip",
 | 
						|
            "hash": "ca6c962b116612d4240a81334a9a33c010ce169f797bb8f9517e2a20e674fceb"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_windows_arm64.zip",
 | 
						|
            "hash": "4baa2a7467af15c7caf5355bd1716e073f6d64baa9e53f271fa80cbe4e35b718"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |