{
    "version": "8.2.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/8.2.0/digiKam-8.2.0-Win64.exe#/dl.7z",
            "hash": "a302948e6b261654f036e020dd9d0164233a13812d12ced7947195d4decb7c23"
        }
    },
    "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.]+)-Win64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kde.org/stable/digikam/$version/digiKam-$version-Win64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
