{
    "version": "4783",
    "description": "Konsole is a terminal to run a command shell. It provides a command line interface for directly controlling your computer.",
    "homepage": "https://apps.kde.org/konsole/",
    "license": "GPL-2.0+",
    "architecture": {
        "64bit": {
            "url": "https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-4783-windows-cl-msvc2022-x86_64.7z",
            "hash": "870ce4d92474623646b4c31f6b2c1cf9e9259200dd2c494fe2bb459202984882"
        }
    },
    "bin": "bin\\konsole.exe",
    "shortcuts": [
        [
            "bin\\konsole.exe",
            "Konsole Nightly"
        ]
    ],
    "checkver": {
        "url": "https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/",
        "regex": "konsole-master-([\\d]+)-windows-cl-msvc(?<Year>[\\d]+)-x86_64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-$version-windows-cl-msvc$matchYear-x86_64.7z",
                "hash": {
                    "url": "$url.sha256"
                }
            }
        }
    }
}
