pypy2: Update to version 7.3.5

This commit is contained in:
Jakub Čábera 2021-10-11 00:50:07 -07:00
parent 46d3529c2f
commit d0affc04ab

View File

@ -1,13 +1,13 @@
{
"version": "7.3.4",
"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/pypy2.7-v7.3.4-win64.zip",
"hash": "1080012d7a3cea65182528259b51d52b1f61a3717377c2d9ba11ef36e06162d5",
"extract_dir": "pypy2.7-v7.3.4-win64"
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.5-win64.zip",
"hash": "0b90eded11ba89a526c4288f17fff7e75000914ac071bd6d67912748ae89d761",
"extract_dir": "pypy2.7-v7.3.5-win64"
}
},
"bin": [
@ -19,10 +19,14 @@
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
},
"hash": {
"url": "https://www.pypy.org/checksums.html"
}
}
}