diff --git a/bucket/pypy2.json b/bucket/pypy2.json index 9094c8adce..504afcdc94 100644 --- a/bucket/pypy2.json +++ b/bucket/pypy2.json @@ -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(?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" + "architecture": { + "64bit": { + "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" + } } }