mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 ccc24e57b6
			
		
	
	
		ccc24e57b6
		
	
	
	
	
		
			
			Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
		
			
				
	
	
		
			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",
 | |
|     "version": "1.87",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/danmar/cppcheck/releases/download/1.87/cppcheck-1.87-x64-Setup.msi",
 | |
|             "hash": "3f44683661f08be7dc5749fdcd9b9a41118cb3533da9ba68645f33d2baa77f14"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/danmar/cppcheck/releases/download/1.87/cppcheck-1.87-x86-Setup.msi",
 | |
|             "hash": "63ed92bc86b5b10710791d5609ae5e7f87ab594b7a7ad32de491680ec5f7f25a"
 | |
|         }
 | |
|     },
 | |
|     "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"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |