From 18a81628fef69b2b8ca0bb2bc47c0d2f3b058d09 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 18 Jun 2019 13:41:09 +0800 Subject: [PATCH] python: Change hash regex (#145) --- bucket/python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/python.json b/bucket/python.json index 77b9990a51..4c56a57fda 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -65,7 +65,7 @@ }, "hash": { "url": "https://www.python.org/downloads/release/python-$cleanVersion/", - "find": "$basename[\\S\\s]+?$md5" + "find": "(?sm)$basename.*?$md5" } } }