-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjom.json
24 lines (24 loc) · 837 Bytes
/
jom.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.1.4",
"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_4.zip",
"hash": "d533c1ef49214229681e90196ed2094691e8c4a0a0bef0b2c901debcb562682b",
"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"
}
}
}