{ "version": "13.06", "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", "architecture": { "64bit": { "url": "https://exiftool.org/exiftool-13.06_64.zip", "hash": "a9646db62fc16cd59d3e894879f2153517dd0d27a6ab38902f5f39478e43f4fd", "extract_dir": "exiftool-13.06_64" }, "32bit": { "url": "https://exiftool.org/exiftool-13.06_32.zip", "hash": "cd368f6fa4c2da52e350bf611e9aeb4ff89ef1b15644df7b5f0158117f9b26c1", "extract_dir": "exiftool-13.06_32" } }, "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": { "architecture": { "64bit": { "url": "https://exiftool.org/exiftool-$version_64.zip", "extract_dir": "exiftool-$version_64" }, "32bit": { "url": "https://exiftool.org/exiftool-$version_32.zip", "extract_dir": "exiftool-$version_32" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "$basename.*?$sha256" } } }