Unverified Commit dfe4812e authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Merge pull request #241 from radarhere/pypy

Updated PyPy to 7.1.1
parents 008ddcce 347faa63
...@@ -359,7 +359,7 @@ function fill_submodule { ...@@ -359,7 +359,7 @@ function fill_submodule {
PYPY_URL=https://bitbucket.org/pypy/pypy/downloads PYPY_URL=https://bitbucket.org/pypy/pypy/downloads
# As of 2019-03-25, the latest verions of PyPy. # As of 2019-05-15, the latest verions of PyPy.
LATEST_PP_4p0=4.0.1 LATEST_PP_4p0=4.0.1
LATEST_PP_4=$LATEST_PP_4p0 LATEST_PP_4=$LATEST_PP_4p0
...@@ -377,7 +377,7 @@ LATEST_PP_6p0=6.0.0 ...@@ -377,7 +377,7 @@ LATEST_PP_6p0=6.0.0
LATEST_PP_6=$LATEST_PP_6p0 LATEST_PP_6=$LATEST_PP_6p0
LATEST_PP_7p0=7.0.0 LATEST_PP_7p0=7.0.0
LATEST_PP_7p1=7.1.0 LATEST_PP_7p1=7.1.1
LATEST_PP_7=$LATEST_PP_7p1 LATEST_PP_7=$LATEST_PP_7p1
function unroll_version { function unroll_version {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment