h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

25 lines
820 B
JSON

{
"homepage": "https://wiki.qt.io/Jom",
"description": "jom is a clone of nmake to support the execution of multiple independent commands in parallel",
"license": "GPL-3.0-or-later",
"url": "https://download.qt.io/official_releases/jom/jom_1_1_3.zip",
"version": "1.1.3",
"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"
}
}
}