mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
		
			
				
	
	
		
			19 lines
		
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://shellcheck.net/",
 | 
						|
    "version": "0.7.0",
 | 
						|
    "description": "Static analysis tool for shell scripts",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.7.0.zip",
 | 
						|
    "hash": "02cfa14220c8154bb7c97909e80e74d3a7fe2cbb7d80ac32adcac7988a95e387",
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |