Fix pypy2 URL (#1448)

previous URL missed the pypy folder
This commit is contained in:
srps 2020-10-07 03:31:37 +01:00 committed by GitHub
parent b3542cbf3c
commit 7d9e327705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"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",
"url": "https://downloads.python.org/pypy2.7-v7.3.2-win32.zip", "url": "https://downloads.python.org/pypy/pypy2.7-v7.3.2-win32.zip",
"hash": "0fd62265e0421a02432f10a294a712a5e784a8e061375e6d8ea5fd619be1be62", "hash": "0fd62265e0421a02432f10a294a712a5e784a8e061375e6d8ea5fd619be1be62",
"extract_dir": "pypy2.7-v7.3.2-win32", "extract_dir": "pypy2.7-v7.3.2-win32",
"bin": [ "bin": [