mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.1.0",
 | 
						|
    "description": "Parallel S3 and local filesystem execution tool.",
 | 
						|
    "homepage": "https://github.com/peak/s5cmd",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/peak/s5cmd/releases/download/v2.1.0/s5cmd_2.1.0_Windows-32bit.zip",
 | 
						|
            "hash": "565d026071cdf03b3e16cb703203e28a285eb2aae627b75afadac030e228fad1"
 | 
						|
        },
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/peak/s5cmd/releases/download/v2.1.0/s5cmd_2.1.0_Windows-64bit.zip",
 | 
						|
            "hash": "f5035bb0e12adf541847f685d1db708aabb285541a88dc70c869d85210523881"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/peak/s5cmd/releases/download/v2.1.0/s5cmd_2.1.0_Windows-arm64.zip",
 | 
						|
            "hash": "90d0e629d6dc2b8a549da56e10e5a7a3a14f4f7b2adb6b5396ebc0c2fb1938a4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "s5cmd.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/peak/s5cmd/tags",
 | 
						|
        "regex": "/releases/tag/v([\\d.]+)\""
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-32bit.zip"
 | 
						|
            },
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-64bit.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-arm64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |