Jakub Čábera 2a9e04a144 clink: Update to version 1.1.20
format [j-k]*
2021-01-12 07:52:21 +01:00

25 lines
813 B
JSON

{
"version": "1.1.3",
"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_3.zip",
"hash": "128fdd846fe24f8594eed37d1d8929a0ea78df563537c0c1b1861a635013fff8",
"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"
}
}
}