python: Change hash regex (#145)

This commit is contained in:
Hsiao-nan Cheung 2019-06-18 13:41:09 +08:00 committed by Ross Smith II
parent 55b4dcc5ed
commit 18a81628fe

View File

@ -65,7 +65,7 @@
}, },
"hash": { "hash": {
"url": "https://www.python.org/downloads/release/python-$cleanVersion/", "url": "https://www.python.org/downloads/release/python-$cleanVersion/",
"find": "$basename[\\S\\s]+?$md5" "find": "(?sm)$basename.*?$md5"
} }
} }
} }