jom: Fix checkver and au.hash (#3237)

* jom: Fix checkver and au.hash

* change to https
This commit is contained in:
Hsiao-nan Cheung 2019-03-18 18:36:16 +08:00 committed by Richard Kuhnt
parent ad46914784
commit fd915a956c

View File

@ -10,13 +10,15 @@
"jom.exe"
],
"checkver": {
"url": "https://download.qt.io/official_releases/jom/changelog.txt",
"regex": "This is the changelog for jom ([\\d.]+), the parallel make tool."
"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": "$baseurl/md5sums.txt"
"url": "$url.sha256"
}
}
}