mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.4.2",
 | 
						|
    "description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
 | 
						|
    "homepage": "https://github.com/mvdan/sh",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/mvdan/sh/releases/download/v3.4.2/shfmt_v3.4.2_windows_amd64.exe#/shfmt.exe",
 | 
						|
            "hash": "0d20cc45c8e149eefbebcbeb5cbb5e2a64ebfd17615b2b89bc63baaf57f6417f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/mvdan/sh/releases/download/v3.4.2/shfmt_v3.4.2_windows_386.exe#/shfmt.exe",
 | 
						|
            "hash": "18e94dd52a57645d1226edb867cd215e73dbb2ff0ccf9d7957d1a004cab4c934"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "shfmt.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_amd64.exe#/shfmt.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_386.exe#/shfmt.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |