2025-12-15 12:32:40 +00:00

25 lines
813 B
JSON

{
"version": "1.1.5",
"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_5.zip",
"hash": "89405212add992c35783fc5e938b2d7252d8447fde1dc64d335714325b54d668",
"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"
}
}
}