mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "12.62",
 | 
						|
    "description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
 | 
						|
    "homepage": "https://exiftool.org",
 | 
						|
    "license": "GPL-1.0-or-later|Artistic-1.0-Perl",
 | 
						|
    "url": "https://exiftool.org/exiftool-12.62.zip",
 | 
						|
    "hash": "sha1:0b2e4f95d11deebbb6a9d30e5e45abff38e606ec",
 | 
						|
    "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",
 | 
						|
    "bin": [
 | 
						|
        "exiftool.exe",
 | 
						|
        "exiftool(-k).exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://exiftool.org/ver.txt",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://exiftool.org/exiftool-$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt",
 | 
						|
            "regex": "SHA1\\($basename\\)=\\s*$sha1"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |