mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.18.1",
 | 
						|
    "description": "GitLab CLI",
 | 
						|
    "homepage": "https://github.com/profclems/glab",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://github.com/profclems/glab/releases/download/v1.18.1/glab_1.18.1_windows_x86_64.zip",
 | 
						|
            "hash": "fc21aaedb5e2e77f7d0473270b8e91ba789ad71438a349f35187b18d76144e32"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "http://github.com/profclems/glab/releases/download/v1.18.1/glab_1.18.1_windows_i386.zip",
 | 
						|
            "hash": "48606d17f2c13c36b74545977ce8c278c9be5566482d2290b4e7a2622f96f6cb"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "bin\\glab.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_i386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |