2021-10-11 00:50:08 -07:00

33 lines
988 B
JSON

{
"version": "7.3.5",
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip",
"hash": "072bd22427178dc4e65d961f50281bd2f56e11c4e4d9f16311c703f69f46ae24",
"extract_dir": "pypy3.7-v7.3.5-win64"
}
},
"bin": [
"pypy3.exe",
"pypy3w.exe"
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
"extract_dir": "pypy$matchPy-v$version-win64"
}
},
"hash": {
"url": "https://www.pypy.org/checksums.html"
}
}
}