From 5efc7bf9572b470ea2fd5163b4f4360eb1bb6f6b Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 16 May 2023 20:50:40 +0200 Subject: [PATCH] fix regex expression --- config/python-manifest-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/python-manifest-config.json b/config/python-manifest-config.json index 676da2cb..d2529b00 100644 --- a/config/python-manifest-config.json +++ b/config/python-manifest-config.json @@ -1,5 +1,5 @@ { - "regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\d+)", + "regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)", "groups": { "arch": 4, "platform": 2,