mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
python: Change hash regex (#145)
This commit is contained in:
parent
55b4dcc5ed
commit
18a81628fe
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user