2022-12-06 20:29:35 +00:00

33 lines
989 B
JSON

{
"version": "7.3.10",
"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.9-v7.3.10-win64.zip",
"hash": "07e18b7b24c74af9730dfaab16e24b22ef94ea9a4b64cbb2c0d80610a381192a",
"extract_dir": "pypy3.9-v7.3.10-win64"
}
},
"bin": [
"pypy.exe",
"pypyw.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"
}
}
}