Skip to content
Snippets Groups Projects
Commit c8638412b8ba authored by Matti Picus's avatar Matti Picus
Browse files

fix linux32 build platform, it is actually 16.04

parent b19fc2740663
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@
<div class="section" id="python2-7-compatible-pypy-7-2-0">
<span id="release"></span><h1>Python2.7 compatible PyPy 7.2.0</h1>
<ul class="download-menu simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.2.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.2.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.2.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.2.0-osx64.tar.bz2">Mac OS X binary (64bit)</a></li>
<li>FreeBSD x86 and x86_64: see <a class="reference external" href="http://www.freshports.org/lang/pypy">FreshPorts</a></li>
......@@ -128,7 +128,7 @@
<div class="section" id="python-3-6-compatible-pypy3-6-v7-2-0">
<h1>Python 3.6 compatible PyPy3.6 v7.2.0</h1>
<ul class="download-menu simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.2.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.2.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.2.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.2.0-osx64.tar.bz2">Mac OS X binary (64bit)</a> (High Sierra &gt;= 10.13, not for Sierra and below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.2.0-win32.zip">Windows binary (32bit)</a> (you might need the VC runtime library
......
......@@ -82,7 +82,7 @@
.. class:: download_menu
* `Linux x86 binary (32bit, built on Ubuntu 14.04)`__ (see ``[1]`` below)
* `Linux x86 binary (32bit, built on Ubuntu 16.04)`__ (see ``[1]`` below)
* `Linux x86-64 binary (64bit, built on Ubuntu 14.04)`__ (see ``[1]`` below)
* `Mac OS X binary (64bit)`__
* FreeBSD x86 and x86_64: see FreshPorts_
......@@ -118,7 +118,7 @@
.. class:: download_menu
* `Linux x86-64 binary (64bit, built on Ubuntu 14.04)`__ (see ``[1]`` below)
* `Linux x86-64 binary (64bit, built on Ubuntu 16.04)`__ (see ``[1]`` below)
* `Linux x86 binary (32bit, built on Ubuntu 14.04)`__ (see ``[1]`` below)
* `Mac OS X binary (64bit)`__ (High Sierra >= 10.13, not for Sierra and below)
* `Windows binary (32bit)`__ (you might need the VC runtime library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment