Author: Matti Picus <[email protected]> Branch: extradoc Changeset: r957:c8638412b8ba Date: 2019-10-15 10:48 +0300 http://bitbucket.org/pypy/pypy.org/changeset/c8638412b8ba/
Log: fix linux32 build platform, it is actually 16.04 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -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 >= 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 diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
