mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.9.2",
 | 
						|
    "description": "Documentation generator from annotated source code.",
 | 
						|
    "homepage": "http://www.doxygen.nl/",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://doxygen.nl/files/doxygen-1.9.2.windows.x64.bin.zip",
 | 
						|
            "hash": "9acc9f0f3e1141d5a9f80191290b2d1c441e7e2788095b691de5efc406d1a3db"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "http://doxygen.nl/files/doxygen-1.9.2.windows.bin.zip",
 | 
						|
            "hash": "8b3b46ef2f3ebf8392ec2ae9386ca64b65de33e8c2c56d4e9d3c55c4f6b1c3fc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "doxygen.exe",
 | 
						|
        "doxyindexer.exe",
 | 
						|
        "doxysearch.cgi.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://www.doxygen.nl/download.html",
 | 
						|
        "regex": "The latest version of doxygen is ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |