mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			732 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			732 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://shellcheck.net/",
 | 
						|
    "version": "0.6.0",
 | 
						|
    "description": "Static analysis tool for shell scripts",
 | 
						|
    "license": "GPL-3.0",
 | 
						|
    "url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.6.0.zip",
 | 
						|
    "hash": "25837b10b8387d3a7377f087ca3a27c6caa3765a41d993f25b816d65821c9a26",
 | 
						|
    "bin": "shellcheck.exe",
 | 
						|
    "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://shellcheck.storage.googleapis.com/",
 | 
						|
        "re": "<Key>shellcheck-v([\\d.]+)\\.zip</Key>",
 | 
						|
        "reverse": true
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://shellcheck.storage.googleapis.com/shellcheck-v$version.zip"
 | 
						|
    }
 | 
						|
}
 |