2022-02-21 17:04:28 +08:00

33 lines
986 B
JSON

{
"version": "7.3.8",
"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.8-win64.zip",
"hash": "c1b2e4cde2dcd1208d41ef7b7df8e5c90564a521e7a5db431673da335a1ba697",
"extract_dir": "pypy3.9-v7.3.8-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"
}
}
}