Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit bb7687a

Browse files
committed
Updating 7.3.0rc3 to 7.3.0
1 parent 022979e commit bb7687a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/build_scripts_pypy/prefetch_pypy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ fetch_source pypy3.6-7.1.1-beta-linux_x86_64-portable.tar.bz2 "$SQUEAKY_BITBUCKE
2222
fetch_source pypy-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy-7.2.0"
2323
fetch_source pypy3.6-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy3.6-7.2.0"
2424

25-
# pypy 7.3.0rc3
26-
fetch_source pypy2.7-v7.3.0rc3-linux64.tar.bz2 "$URL"
27-
fetch_source pypy3.6-v7.3.0rc3-linux64.tar.bz2 "$URL"
25+
# pypy 7.3.0
26+
fetch_source pypy2.7-v7.3.0-linux64.tar.bz2 "$URL"
27+
fetch_source pypy3.6-v7.3.0-linux64.tar.bz2 "$URL"

0 commit comments

Comments
 (0)