mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
813 B
JSON
25 lines
813 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|