{
    "version": "1.10.7",
    "description": "Utility for comparing and merging files and directories",
    "homepage": "https://apps.kde.org/kdiff3/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.kde.org/stable/kdiff3/kdiff3-1.10.7-windows-x86_64.exe#/dl.7z",
            "hash": "f1e446ee0e984d2055aa2ac01b3849b0e1172c6bd1264e62d4d85a5b1eefbdd0"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\kdiff3*.7z\" -Removal",
        "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\", \"$dir\\7za.exe\" -Recurse"
    ],
    "bin": "bin\\kdiff3.exe",
    "shortcuts": [
        [
            "bin\\kdiff3.exe",
            "KDiff3"
        ]
    ],
    "checkver": {
        "url": "https://download.kde.org/stable/kdiff3/?C=M;O=D",
        "regex": "(?<file>kdiff3-(?<version>[\\d.]+(\\w)?)-windows(-cl|-(x86_)?64)+)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kde.org/stable/kdiff3/$matchFile.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
