"platforms/reference/vscode:/vscode.git/clone" did not exist on "f854d108d9ca4b2744b9fffb79158fc7da4a4b6b"
Commit 347faa63 authored by Andrew Murray's avatar Andrew Murray
Browse files

Updated PyPy to 7.1.1

parent 1a7f31be
...@@ -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