{
    "version": "26.04.0",
    "description": "Video editing software based on the MLT Framework, KDE and Qt",
    "homepage": "https://kdenlive.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.kde.org/stable/kdenlive/26.04/windows/kdenlive-26.04.0_standalone.exe#/dl.7z",
            "hash": "cc2e20c4e925e44cfd5b38ca8c8ff59c01a4bb7867978d3d578f6b667eae08b2"
        }
    },
    "extract_dir": "kdenlive-26.04.0_standalone",
    "bin": "bin\\kdenlive.exe",
    "shortcuts": [
        [
            "bin\\kdenlive.exe",
            "Kdenlive"
        ]
    ],
    "checkver": {
        "url": "https://kdenlive.org/download/",
        "regex": "kdenlive-([\\d\\w.-]+)_standalone\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kde.org/stable/kdenlive/$majorVersion.$minorVersion/windows/kdenlive-$version_standalone.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        },
        "extract_dir": "kdenlive-$version_standalone"
    }
}
