2020-05-14 15:28:01 +08:00

25 lines
831 B
JSON

{
"version": "7.3.1",
"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",
"extract_dir": "pypy2.7-v7.3.1-win32",
"bin": [
"pypy.exe",
"pypyw.exe"
],
"checkver": {
"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://www.pypy.org/download.html"
}
}
}