mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	tidy: add au.hash (#356)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
		
							parent
							
								
									54dccd9572
								
							
						
					
					
						commit
						5aee9dca2f
					
				@ -5,12 +5,12 @@
 | 
			
		||||
    "license": "BSD-3-Clause",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "32bit": {
 | 
			
		||||
            "extract_dir": "tidy-5.6.0-vc14-32b/bin",
 | 
			
		||||
            "extract_dir": "tidy-5.6.0-vc14-32b\\bin",
 | 
			
		||||
            "hash": "03c8ae9359290a3523d9fd5131456e670d2bc2564fb20aed7c6456f86b8433e2",
 | 
			
		||||
            "url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-32b.zip"
 | 
			
		||||
        },
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "extract_dir": "tidy-5.6.0-vc14-64b/bin",
 | 
			
		||||
            "extract_dir": "tidy-5.6.0-vc14-64b\\bin",
 | 
			
		||||
            "hash": "59ac22427a3d759c72108814f6a8f0e98511b12f87744ca19e0a500a00687be8",
 | 
			
		||||
            "url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-64b.zip"
 | 
			
		||||
        }
 | 
			
		||||
@ -21,14 +21,17 @@
 | 
			
		||||
    },
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "extract_dir": "tidy-$version-vc14-32b/bin",
 | 
			
		||||
                "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-32b.zip"
 | 
			
		||||
            },
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "extract_dir": "tidy-$version-vc14-64b/bin",
 | 
			
		||||
                "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-64b.zip"
 | 
			
		||||
                "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-64b.zip",
 | 
			
		||||
                "extract_dir": "tidy-$version-vc14-64b\\bin"
 | 
			
		||||
            },
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-32b.zip",
 | 
			
		||||
                "extract_dir": "tidy-$version-vc14-32b\\bin"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
            "url": "$url.SHA256"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user