From 6c1490aad37706e20a9d1516173ddad51d332f2d Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 8 Feb 2024 10:09:34 +0100 Subject: [PATCH 1/2] Sort list of downloads, and add link to mpdecimal sources --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b771bd9626..efdbaff564 100644 --- a/README.rst +++ b/README.rst @@ -50,13 +50,14 @@ the release management team to create those builds. Download links -------------- -- ``sqlite``: https://www.sqlite.org/download.html - ``bzip2``: https://www.sourceware.org/bzip2/downloads.html +- ``libffi`` : https://github.com/libffi/libffi +- ``mpdecimal`` : https://www.bytereef.org/mpdecimal/download.html +- ``openssl``: https://www.openssl.org/source/ +- ``sqlite``: https://www.sqlite.org/download.html +- ``tcl``/``tk``: https://tcl.tk/software/tcltk/download.html - ``xz``: https://tukaani.org/xz/ - ``zlib``: https://zlib.net/ -- ``tcl``/``tk``: https://tcl.tk/software/tcltk/download.html -- ``openssl``: https://www.openssl.org/source/ -- ``libffi`` : https://github.com/libffi/libffi Tagging the commit ------------------ From c97206f07c9a31cb7adc8410b8ef364fa3e0b316 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 8 Feb 2024 10:26:40 +0100 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index efdbaff564..6a440f4ae5 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ Download links - ``openssl``: https://www.openssl.org/source/ - ``sqlite``: https://www.sqlite.org/download.html - ``tcl``/``tk``: https://tcl.tk/software/tcltk/download.html -- ``xz``: https://tukaani.org/xz/ +- ``xz``: https://xz.tukaani.org/xz-utils/ - ``zlib``: https://zlib.net/ Tagging the commit