pypy3: Update to version 7.3.2

This commit is contained in:
Jakub Čábera 2020-10-07 19:15:01 +02:00
parent e8d354afde
commit 5910380f62
2 changed files with 8 additions and 8 deletions

View File

@ -15,10 +15,10 @@
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.python.org/pypy$matchPy-v$version-win32.zip",
"extract_dir": "pypy$matchPy-v$version-win32",
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win32.zip",
"hash": {
"url": "https://www.pypy.org/download.html"
}
},
"extract_dir": "pypy$matchPy-v$version-win32"
}
}

View File

@ -3,9 +3,9 @@
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"url": "https://downloads.python.org/pypy/pypy3.6-v7.3.2-win32.zip",
"hash": "13a39d46340afed20f11de24e9068968386e4bb7c8bd168662711916e2bf1da6",
"extract_dir": "pypy3.6-v7.3.2-win32",
"url": "https://downloads.python.org/pypy/pypy3.7-v7.3.2-win32.zip",
"hash": "e3c589be07760bc3042981c379b7fd1603e832a4db426075f09e090473846a96",
"extract_dir": "pypy3.7-v7.3.2-win32",
"bin": [
"pypy3.exe",
"pypy3w.exe"
@ -16,9 +16,9 @@
},
"autoupdate": {
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win32.zip",
"extract_dir": "pypy$matchPy-v$version-win32",
"hash": {
"url": "https://www.pypy.org/download.html"
}
},
"extract_dir": "pypy$matchPy-v$version-win32"
}
}