mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.1.10",
 | 
						|
    "description": "A CLI tool for making updates across multiple Github repositories with a single command",
 | 
						|
    "homepage": "https://github.com/gruntwork-io/git-xargs",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.10/git-xargs_windows_amd64.exe#/git-xargs.exe",
 | 
						|
            "hash": "87dea84bba0fe3997185800dc390c539dc668e78344dfbcb2202e5d78b3f7c0f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.10/git-xargs_windows_386.exe#/git-xargs.exe",
 | 
						|
            "hash": "3a4355380524917de87751165b1c27671f796e5df1d90ec55796d413119a5112"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "git-xargs.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v$version/git-xargs_windows_amd64.exe#/git-xargs.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v$version/git-xargs_windows_386.exe#/git-xargs.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |