{
    "version": "19.0.1",
    "description": "IDE for development with the Qt framework",
    "homepage": "https://doc.qt.io/qtcreator/index.html",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.qt.io/official_releases/qtcreator/19.0/19.0.1/installer_source/windows_x64/qtcreator.7z",
            "hash": "md5:b24a51f020032680e156d9584832765c"
        },
        "arm64": {
            "url": "https://download.qt.io/official_releases/qtcreator/19.0/19.0.1/installer_source/windows_arm64/qtcreator.7z",
            "hash": "md5:fd53c1aa5d3f700ea389776d93c6a2e5"
        }
    },
    "bin": "bin\\qtcreator.exe",
    "shortcuts": [
        [
            "bin\\qtcreator.exe",
            "Qt Creator"
        ]
    ],
    "checkver": {
        "url": "https://www.qt.io/offline-installers",
        "regex": "Qt Creator\\s+([\\d.]+)\\s+for Windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.qt.io/official_releases/qtcreator/$majorVersion.$minorVersion/$version/installer_source/windows_x64/qtcreator.7z"
            },
            "arm64": {
                "url": "https://download.qt.io/official_releases/qtcreator/$majorVersion.$minorVersion/$version/installer_source/windows_arm64/qtcreator.7z"
            }
        },
        "hash": {
            "url": "$baseurl/md5sums.txt"
        }
    }
}
