{
    "version": "13.58",
    "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.58_64.zip",
            "hash": "fd3b407a01e6ffc6160f2d5fde5ff0c003f6c4c2ba85eee1ce8928ccb51fa3e6",
            "extract_dir": "exiftool-13.58_64"
        },
        "32bit": {
            "url": "https://exiftool.org/exiftool-13.58_32.zip",
            "hash": "e4b12b2b73c694417a4ea3c9d225082738b725294560c02d2dc862f5ef5d5e20",
            "extract_dir": "exiftool-13.58_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"
        }
    }
}
