pypy(2,3): Fix checkver (#1358)

#150
This commit is contained in:
Jakub Čábera 2020-08-24 16:44:21 +02:00 committed by GitHub
parent 350983d221
commit c109e04b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "PyPy(?<py>2[\\d.]+) v([\\d.]+)"
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",

View File

@ -12,7 +12,7 @@
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "PyPy(?<py>3[\\d.]+) v([\\d.]+)"
"regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",