pypy3: Update to version 7.3.5

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

View File

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