mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
chafa: Simplify regex (#4465)
Change the version regex in Checkver to "[\\d.]+". Though the version regex "\\d+\\.\\d+\\.\\d+" is OK, I realize I should make it concise as most buckets do.
This commit is contained in:
parent
64bd0193db
commit
55b8fed812
@ -13,7 +13,7 @@
|
|||||||
"bin": "chafa.exe",
|
"bin": "chafa.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://hpjansson.org/chafa/download/",
|
"url": "https://hpjansson.org/chafa/download/",
|
||||||
"regex": "Get Chafa (\\d+\\.\\d+\\.\\d+) for Windows"
|
"regex": "Get Chafa ([\\d.]+) for Windows"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user