{
    "version": "5.4.1",
    "description": "Photography workflow application and raw developer. A virtual lighttable and darkroom for photographers.",
    "homepage": "https://www.darktable.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/darktable-org/darktable/releases/download/release-5.4.1/darktable-5.4.1-win64.exe#/dl.7z",
            "hash": "df3b9f2f9f1375b9166c2fb2f1503455c3ceaa44c702b8a9144419e65e0cfdf9"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst*\" -Force -Recurse",
    "bin": "bin\\darktable.exe",
    "shortcuts": [
        [
            "bin\\darktable.exe",
            "darktable"
        ]
    ],
    "checkver": {
        "github": "https://github.com/darktable-org/darktable",
        "regex": "/darktable-([\\d.]+)-win64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/darktable-org/darktable/releases/download/release-$matchHead/darktable-$version-win64.exe#/dl.7z",
                "hash": {
                    "url": "https://github.com/darktable-org/darktable/releases/tag/release-$matchHead"
                }
            }
        }
    }
}
