Rodrigo Machado 26a72942e1
Update PyPy2 and PyPy3 (#2139)
* Update pypy2.json

Update PyPy2 to version 7.3.4 [64bit]

* Update pypy3.json

Update PyPy3 to version 7.3.4 [64bit]

* Added architecture property to manifests
2021-10-11 09:29:33 +02:00

29 lines
896 B
JSON

{
"version": "7.3.4",
"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/pypy2.7-v7.3.4-win64.zip",
"hash": "1080012d7a3cea65182528259b51d52b1f61a3717377c2d9ba11ef36e06162d5",
"extract_dir": "pypy2.7-v7.3.4-win64"
}
},
"bin": [
"pypy.exe",
"pypyw.exe"
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
"hash": {
"url": "https://www.pypy.org/download.html"
},
"extract_dir": "pypy$matchPy-v$version-win64"
}
}