mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			891 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			891 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.16.0",
 | 
						|
    "description": "Static analysis tool for C/C++ code",
 | 
						|
    "homepage": "https://cppcheck.sourceforge.io/",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/danmar/cppcheck/releases/download/2.16.0/cppcheck-2.16.0-x64-Setup.msi",
 | 
						|
            "hash": "b4137578b4e76f0a1065d561c99d8a286bb1159bc29a0b1914cc33afc7a890b0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "cppcheckgui.exe",
 | 
						|
            "Cppcheck"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |