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" } } }