From 1a4c733b43b6aea4061a5aef49ac19e3d0de10c0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Sep 2024 21:49:21 +0200 Subject: [PATCH] pypy --- py.cpypy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py.cpypy.sh b/py.cpypy.sh index f25ea34..bd62eb9 100755 --- a/py.cpypy.sh +++ b/py.cpypy.sh @@ -18,9 +18,9 @@ echo "${path}" cat "${path}" for url in $(jq -r ".. | objects | .url?" "${path}" | - grep "/20240909/" | + grep "\(/20240909/\|/pypy3.10-\)" | grep --invert-match "\(armv7\|ppc64le\|s390x\)" | - grep --invert-match "\(apple-darwin\|macos\|windows-msvc\)"); do + grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do case "$(basename "${url}")" in cpython-3.12* | cpython-3.11* | cpython-3.10* | pypy3.10*) file="$(basename "${url}" | sed "s|%2B|+|g")"