2019-10-14 18:01:48 +00:00

25 lines
819 B
JSON

{
"version": "7.2.0",
"homepage": "https://pypy.org",
"description": "A fast, compliant alternative implementation of the Python language.",
"license": "MIT",
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.2.0-win32.zip",
"hash": "956eeaaaac053e5d0917e77a3d2ad1933ab5561eb3e6e71235780b5aa5fd2bb7",
"extract_dir": "pypy2.7-v7.2.0-win32",
"bin": [
"pypy.exe",
"pypyw.exe"
],
"checkver": {
"url": "https://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"
}
}
}