7.3.17
This commit is contained in:
parent
1a4c733b43
commit
2f2ba172d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo "${path}"
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
|
|
||||||
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
||||||
grep "\(/20240909/\|/pypy3.10-\)" |
|
grep "\(/20240909/\|/pypy3.10-v7.3.17\)" |
|
||||||
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
||||||
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do
|
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do
|
||||||
case "$(basename "${url}")" in
|
case "$(basename "${url}")" in
|
||||||
|
|
Loading…
Reference in a new issue