mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "http://cppcheck.sourceforge.net/",
 | 
						|
    "description": "Static analysis tool for C/C++ code",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "version": "1.89",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/danmar/cppcheck/releases/download/1.89/cppcheck-1.89-x64-Setup.msi",
 | 
						|
            "hash": "f06f858f3fd6be29698d1a8e6029013dd6380ec3202fddd6a744bfc04cdd51fd"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/danmar/cppcheck/releases/download/1.89/cppcheck-1.89-x86-Setup.msi",
 | 
						|
            "hash": "fb0a81d32381081157528b732607af81d5210c81c6359f94a95b89eb1f6938aa"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "PFiles/Cppcheck",
 | 
						|
    "bin": "cppcheck.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/danmar/cppcheck"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x64-Setup.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x86-Setup.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |