Skip to content

Commit

Permalink
[email protected]: Persist settings, fix hash autoupdate
Browse files Browse the repository at this point in the history
Fixes #13999
  • Loading branch information
aliesbelik committed Nov 18, 2024
1 parent c355e60 commit f3812ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/anyburn.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"AnyBurn"
]
],
"persist": "anyburn.ini",
"checkver": {
"url": "http://www.anyburn.com/download.php",
"regex": "V ([\\d.]+)"
Expand All @@ -34,7 +35,7 @@
"url": "http://www.anyburn.com/anyburn.zip",
"hash": {
"url": "http://www.anyburn.com/download.php",
"regex": "MD5:\\s+$md5"
"regex": "(?sm)$basename.*?MD5:\\s+$md5"
}
}
}

0 comments on commit f3812ca

Please sign in to comment.