pypy: Fix checkver (#1060)

This commit is contained in:
Jakub Čábera 2020-05-14 09:28:01 +02:00 committed by GitHub
parent 0f0ab1b814
commit c43fb2699c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"version": "7.3.1",
"homepage": "https://pypy.org",
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-win32.zip",
"hash": "e3c0dfb385d9825dd7723f26576d55d43ed92f1178f2399ab39e9fa11621a47b",
@ -11,14 +11,14 @@
"pypyw.exe"
],
"checkver": {
"url": "https://pypy.org/download.html",
"url": "https://www.pypy.org/download.html",
"regex": "PyPy(?<py>2[\\d.]+) v([\\d.]+)"
},
"autoupdate": {
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",
"extract_dir": "pypy$matchPy-v$version-win32",
"hash": {
"url": "https://pypy.org/download.html"
"url": "https://www.pypy.org/download.html"
}
}
}

View File

@ -1,7 +1,7 @@
{
"version": "7.3.1",
"homepage": "https://pypy.org",
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-win32.zip",
"hash": "752fbe8c4abee6468e5ce22af82818f821daded36faa65f3d69423f9c217007a",
@ -11,14 +11,14 @@
"pypy3w.exe"
],
"checkver": {
"url": "https://pypy.org/download.html",
"url": "https://www.pypy.org/download.html",
"regex": "PyPy(?<py>3[\\d.]+) v([\\d.]+)"
},
"autoupdate": {
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",
"extract_dir": "pypy$matchPy-v$version-win32",
"hash": {
"url": "https://pypy.org/download.html"
"url": "https://www.pypy.org/download.html"
}
}
}