{
    "version": "3.9.7",
    "description": "Efficient ID3v1 and ID3v2 tag editor",
    "homepage": "https://kid3.kde.org",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/kid3/kid3/3.9.7/kid3-3.9.7-win32-x64.zip",
            "hash": "sha1:56ea6e400f1ada642586fa33138166aaa995492f",
            "extract_dir": "kid3-3.9.7-win32-x64"
        }
    },
    "bin": [
        "kid3-cli.exe",
        [
            "kid3-cli.exe",
            "kid3"
        ]
    ],
    "shortcuts": [
        [
            "kid3.exe",
            "Kid3"
        ]
    ],
    "checkver": "kid3-((?<short>[\\d.]+)(?:-\\d+)?)-win32-x64\\.zip",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/kid3/kid3/$matchShort/kid3-$version-win32-x64.zip",
                "extract_dir": "kid3-$matchShort-win32-x64"
            }
        }
    }
}
