{
    "version": "1.1.7",
    "description": "Clone of nmake to support the execution of multiple independent commands in parallel",
    "homepage": "https://wiki.qt.io/Jom",
    "license": "GPL-3.0-or-later",
    "url": "https://download.qt.io/official_releases/jom/jom_1_1_7.zip",
    "hash": "4c8af345586a9a08fbfd2f613fcac748226d91a75627aa3581b297dd513046fe",
    "bin": [
        "ibjom.bat",
        "jom.exe"
    ],
    "checkver": {
        "url": "https://download.qt.io/official_releases/jom/md5sums.txt",
        "regex": "jom_(\\d+)_(\\d+)_(\\d+)\\.zip",
        "reverse": true,
        "replace": "${1}.${2}.${3}"
    },
    "autoupdate": {
        "url": "https://download.qt.io/official_releases/jom/jom_$underscoreVersion.zip",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
