mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
jom: Fix checkver and au.hash (#3237)
* jom: Fix checkver and au.hash * change to https
This commit is contained in:
parent
ad46914784
commit
fd915a956c
8
jom.json
8
jom.json
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user