From 65b1ff071974deee52f0d69fee7a9dd1acedb813 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 9 Feb 2018 18:03:48 +0100 Subject: [PATCH] python: update version regex --- python.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python.json b/python.json index ce7feeee80..3b3bf67ff7 100644 --- a/python.json +++ b/python.json @@ -42,7 +42,10 @@ "env_add_path": [ "scripts" ], - "checkver": "

Latest: Python ([\\d.]+) - .*

", + "checkver": { + "url": "https://www.python.org/downloads/windows/", + "re": "Latest Python 3 Release - Python ([\\d.]+)" + }, "autoupdate": { "architecture": { "64bit": {