From d7b9e5a7d45587d0fce65c8d12934a14b29bac1a Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 12 Apr 2025 09:39:07 +0700 Subject: [PATCH] better matching pattern just in case we forget x) --- config/source.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/source.json b/config/source.json index 68448e53..b3a398f4 100644 --- a/config/source.json +++ b/config/source.json @@ -645,7 +645,7 @@ "mimalloc": { "type": "ghtagtar", "repo": "microsoft/mimalloc", - "match": "v2.2.[^3].*", + "match": "v2\\.\\d\\.[^3].*", "provide-pre-built": false, "license": { "type": "file",