From dcb3e3630bf8ca950ea7ebeb96b3e2a6b520faec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 11 Oct 2021 00:50:08 -0700 Subject: [PATCH] pypy3: Update to version 7.3.5 --- bucket/pypy3.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/bucket/pypy3.json b/bucket/pypy3.json index 7e9f32c146..f29c369cf4 100644 --- a/bucket/pypy3.json +++ b/bucket/pypy3.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/pypy3.7-v7.3.4-win64.zip", - "hash": "0ff4e4653f1ff0653f105680eb101c64c857fa8f828a54a61b02f65c94b5d262", - "extract_dir": "pypy3.7-v7.3.4-win64" + "url": "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip", + "hash": "072bd22427178dc4e65d961f50281bd2f56e11c4e4d9f16311c703f69f46ae24", + "extract_dir": "pypy3.7-v7.3.5-win64" } }, "bin": [ @@ -19,10 +19,14 @@ "regex": "pypy(?3[\\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" + } } }