{
    "version": "9.0.0",
    "description": "Professional Photo Management",
    "homepage": "https://www.digikam.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://download.kde.org/stable/digikam/9.0.0/digiKam-9.0.0-Qt6-Win64.exe#/dl.7z",
            "hash": "74bbaacfa23fb98faae2669c9bd385046f20217414d3677f385a5de25bc72cf1"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
    "bin": [
        "digikam.exe",
        "showfoto.exe"
    ],
    "shortcuts": [
        [
            "digikam.exe",
            "digiKam"
        ],
        [
            "showfoto.exe",
            "Showfoto"
        ]
    ],
    "checkver": {
        "url": "https://www.digikam.org/download/",
        "regex": "digiKam-([\\d.]+)(-Qt6)?-Win64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kde.org/stable/digikam/$version/digiKam-$version-Qt6-Win64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.mirrorlist",
            "regex": "$sha256"
        }
    }
}
