Skip to content

Commit aaec54d

Browse files
authored
[email protected]: Update checkver & autoupdate
1 parent 45ed2cf commit aaec54d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bucket/meshroom.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"checkver": {
2424
"url": "https://api.github.com/repositories/34405381/releases/latest",
2525
"jsonpath": "$.body",
26-
"regex": "(?i)\\[[^[]+-([\\d.]+)[^[]+Windows\\]\\([^)]+records/(?<doi>[\\d]+)/files/(?<name>[^]]+)\\)"
26+
"regex": "(?i)\\[[^[]+-([\\d.]+)[^[]+Windows\\]\\(.+records/(?<doi>[\\d]+)/files/(?<name>[^]]+)\\)"
2727
},
2828
"autoupdate": {
2929
"architecture": {
3030
"64bit": {
3131
"url": "https://zenodo.org/records/$matchDoi/files/$matchName",
3232
"hash": {
33-
"url": "https://zenodo.org/records/$matchDoi",
34-
"regex": "(?msi)>$basename</a>.+?>md5:$md5"
33+
"url": "https://zenodo.org/api/records/$matchDoi",
34+
"regex": "(?msi)\"$basename\".+?\"md5:$md5\""
3535
},
3636
"extract_dir": "Meshroom-$version"
3737
}

0 commit comments

Comments
 (0)