From 55b8fed812ab558540a6acbb2222cbedc8a5bf6c Mon Sep 17 00:00:00 2001 From: Launch Lee <80872691+LaunchLee@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:26:39 +0800 Subject: [PATCH] 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. --- bucket/chafa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/chafa.json b/bucket/chafa.json index 4c82f19320..f4d44d8f9a 100644 --- a/bucket/chafa.json +++ b/bucket/chafa.json @@ -13,7 +13,7 @@ "bin": "chafa.exe", "checkver": { "url": "https://hpjansson.org/chafa/download/", - "regex": "Get Chafa (\\d+\\.\\d+\\.\\d+) for Windows" + "regex": "Get Chafa ([\\d.]+) for Windows" }, "autoupdate": { "architecture": {