mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	doxygen: (chore) Fix checkver regex, add hash autoupdate
This commit is contained in:
		
							parent
							
								
									6b208612de
								
							
						
					
					
						commit
						df113b99a2
					
				@ -16,12 +16,16 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "http://www.doxygen.nl/download.html",
 | 
			
		||||
        "regex": "The latest version of doxygen is ([\\d.]+)"
 | 
			
		||||
        "regex": "doxygen-([\\d.]+).windows"
 | 
			
		||||
    },
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip"
 | 
			
		||||
                "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"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user