1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Add GraalPython 20.3 (#1736)

* Add GraalPython 20.3

* Update graalpython repository URLs
This commit is contained in:
Tim Felgentreff
2020-12-16 17:32:58 +01:00
committed by GitHub
parent db939bbcfc
commit 2bf6111fa0
3 changed files with 50 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ esac
if [ -n "${BUILD}" ]; then
urlprefix="https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/${VERSION}-${BUILD}"
else
urlprefix="https://github.com/graalvm/graalpython/releases/download/vm-${VERSION}"
urlprefix="https://github.com/oracle/graalpython/releases/download/vm-${VERSION}"
fi
install_package "graalpython-${VERSION}${BUILD}" "${urlprefix}/graalpython-${VERSION}-${graalpython_arch}-amd64.tar.gz#${checksum}" "graalpython" ensurepip