Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r929:abbf3e5ebd7b Date: 2018-09-30 09:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/abbf3e5ebd7b/
Log: Add the version number in non-Mac-lingo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -134,7 +134,7 @@ <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 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-v6.0.0-linux-armhf-raspbian.tar.bz2">ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux-armel.tar.bz2">ARM Softfloat Linux binary (ARMEL/gnueabi, Ubuntu Raring)</a> (see <tt class="docutils literal">[1]</tt> below)</li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-osx64.tar.bz2">Mac OS X binary (64bit)</a> (High Sierra, not for Sierra and below)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.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-v6.0.0-win32.zip">Windows binary (32bit)</a> <strong>BETA</strong></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-s390x.tar.bz2">s390x Linux binary (built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.zip">Source (zip)</a>. See below for more about the sources.</li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -124,7 +124,7 @@ * `Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)`__ (see ``[1]`` below) * `ARM Hardfloat Linux binary (ARMHF/gnueabihf, Raspbian)`__ (see ``[1]`` below) * `ARM Softfloat Linux binary (ARMEL/gnueabi, Ubuntu Raring)`__ (see ``[1]`` below) -* `Mac OS X binary (64bit)`__ (High Sierra, not for Sierra and below) +* `Mac OS X binary (64bit)`__ (High Sierra >= 10.13, not for Sierra and below) * `Windows binary (32bit)`__ **BETA** * `s390x Linux binary (built on Redhat Linux 7.2)`__ (see ``[1]`` below) * `Source (tar.bz2)`__; `Source (zip)`__. See below for more about the sources. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
