python: update version regex

This commit is contained in:
Richard Kuhnt 2018-02-09 18:03:48 +01:00
parent 6203d90336
commit 65b1ff0719

View File

@ -42,7 +42,10 @@
"env_add_path": [
"scripts"
],
"checkver": "<p>Latest: <a href=\".*\">Python ([\\d.]+)</a> - <a.*>.*</a></p>",
"checkver": {
"url": "https://www.python.org/downloads/windows/",
"re": "Latest Python 3 Release - Python ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {