mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			998 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			998 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.11.0",
 | 
						|
    "description": "Documentation generator from annotated source code.",
 | 
						|
    "homepage": "https://www.doxygen.nl/",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://doxygen.nl/files/doxygen-1.11.0.windows.x64.bin.zip",
 | 
						|
            "hash": "478fc9897d00ca181835d248a4d3e5c83c26a32d1c7571f4321ddb0f2e97459f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "doxygen.exe",
 | 
						|
        "doxyindexer.exe",
 | 
						|
        "doxysearch.cgi.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://www.doxygen.nl/download.html",
 | 
						|
        "regex": "doxygen-([\\d.]+).windows"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "http://www.doxygen.nl/download.html",
 | 
						|
                    "regex": "doxygen-[\\d.]+.windows.x64.bin.zip.+$sha256"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |