{
    "version": "1674",
    "description": "A user-friendly Internet Relay Chat (IRC) client by KDE",
    "homepage": "https://konversation.kde.org",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://cdn.kde.org/ci-builds/network/konversation/master/windows/konversation-master-1674-windows-cl-msvc2022-x86_64.7z",
            "hash": "9851c3ab7842e0ddf62314aaf0309497aea7f1bb9a20b5dec1399bf503a7d43f"
        }
    },
    "bin": "bin\\konversation.exe",
    "shortcuts": [
        [
            "bin\\konversation.exe",
            "Konversation"
        ]
    ],
    "checkver": {
        "url": "https://cdn.kde.org/ci-builds/network/konversation/master/windows/",
        "regex": "konversation-master-(\\d+)-windows-cl-(?<lib>\\w+)-x86_64\\.7z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.kde.org/ci-builds/network/konversation/master/windows/konversation-master-$version-windows-cl-$matchLib-x86_64.7z"
            }
        },
        "hash": {
            "url": "$url.sha256",
            "regex": "$sha256"
        }
    }
}
