Skip to content

Commit db2bf68

Browse files
committed
[release] Update the Download page for 0.7.0
With the previous commit uploading the tarball, checksum, and the actual blog post announcing the release, this commit updates the Downloads page to point people at it. Relatedly, it also moves 0.6.0 to the "previous releases" part of the page. I am undecided as to whether this is sufficient to remove the disclaimer at the top of the webpage. For now, I will leave it in place, just to be safe. There was also some housekeeping done in terms of: * The Chez Scheme URL being moved since the project went open-source. * Minor typos and phrasings to do with the legacy version (Idris 1).
1 parent 50ca1a3 commit db2bf68

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

src/content/pages/download.rst

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,21 @@ you will likely want to use*
1313
Idris 2
1414
-------
1515

16-
The latest version is Idris 2 0.6.0. You can find the latest release at:
16+
The latest released version is Idris2-0.7.0,
17+
`released 2023-12-22 <{filename}../posts/idris2-0-7-0-released.rst>`_.
1718

18-
* `idris2-0.6.0.tgz <{static}../releases/idris2-0.6.0.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.6.0.tgz.sha256>`__
19+
You can install and use Idris 2 via either:
20+
21+
* ``pack``, the package manager – please see
22+
`pack's install instructions <https://github.com/stefan-hoeck/idris2-pack>`_.
23+
* The release tarball –
24+
`idris2-0.7.0.tgz <{static}../releases/idris2-0.7.0.tgz>`_
25+
`(SHA 256 hash) <{static}../releases/idris2-0.7.0.tgz.sha256>`__.
1926

20-
This includes Scheme source as generated by Idris, so you don't need an
21-
existing Idris 2 system to build. You need:
27+
Both include generated Scheme sources sufficient for bootstrapping, so you don't
28+
need an existing Idris 2 system to build. You need:
2229

23-
* Either `Chez Scheme <https://www.scheme.com/>`_ or `Racket
30+
* Either `Chez Scheme <https://cisco.github.io/ChezScheme/>`_ or `Racket
2431
<https://racket-lang.org>`_ to build the generated Scheme source
2532
* ``bash``, with ``realpath``. On Linux, you probably already have this. On
2633
a Mac, you can install this with ``brew install coreutils``.
@@ -29,23 +36,23 @@ existing Idris 2 system to build. You need:
2936
You can always find the latest development version `on github
3037
<http://github.com/idris-lang/Idris2>`_:
3138

32-
+ ``git clone`` `https://github.com/idris-lang/Idris2.git <https://github.com/idris-lang/Idris2>`_
39+
* ``git clone`` `https://github.com/idris-lang/Idris2.git <https://github.com/idris-lang/Idris2>`_
3340

34-
You can also install and use Idris 2 via ``pack``, the package manager:
35-
36-
* See `pack's install instructions <https://github.com/stefan-hoeck/idris2-pack>`_
41+
Or by switching to the ``"latest"`` package collection if using ``pack``.
3742

3843
Previous releases are also available:
3944

45+
* `idris2-0.6.0.tgz <{static}../releases/idris2-0.6.0.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.6.0.tgz.sha256>`__
4046
* `idris2-0.5.1.tgz <{static}../releases/idris2-0.5.1.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.5.1.tgz.sha256>`__
4147
* `idris2-0.4.0.tgz <{static}../releases/idris2-0.4.0.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.4.0.tgz.sha256>`__
4248

4349
Idris 1 (legacy)
4450
----------------
4551

46-
Idris 1 is no longer maintained but remains available. If you are still using idris 1, consider switching to idris 2.
52+
Idris 1 is no longer maintained but remains available. If you are still using Idris 1, consider switching to Idris 2.
4753

48-
* Guide to port to `idris 2 <https://idris2.readthedocs.io/en/latest/updates/updates.html>`_
54+
* A list of differences is available
55+
`in the documentation <https://idris2.readthedocs.io/en/latest/updates/updates.html>`_.
4956

5057
You can find the source from the following places:
5158

0 commit comments

Comments
 (0)