2019-09-02 13:06:19 +02:00

25 lines
819 B
JSON

{
"version": "7.1.1",
"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.1.1-win32.zip",
"hash": "9c59226311f216a181e70ee7b5aa4d9665a15d00f24ae02acec9af7d96355f63",
"extract_dir": "pypy2.7-v7.1.1-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"
}
}
}