From 9d361fcffc7a24cddcfb80a7e763265c9624dc5a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 22 Oct 2023 19:47:36 +0200 Subject: [PATCH] index: update the example output So that the output users get isn't too far off --- web/index.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/web/index.md b/web/index.md index d5934a32..cfb0fb82 100644 --- a/web/index.md +++ b/web/index.md @@ -67,19 +67,20 @@ MSYS2 and what for. resolving dependencies... looking for conflicting packages... - Packages (15) mingw-w64-ucrt-x86_64-binutils-2.39-2 - mingw-w64-ucrt-x86_64-crt-git-10.0.0.r68.g6eb571448-1 - mingw-w64-ucrt-x86_64-gcc-libs-12.2.0-1 mingw-w64-ucrt-x86_64-gmp-6.2.1-3 - mingw-w64-ucrt-x86_64-headers-git-10.0.0.r68.g6eb571448-1 - mingw-w64-ucrt-x86_64-isl-0.25-1 mingw-w64-ucrt-x86_64-libiconv-1.17-1 - mingw-w64-ucrt-x86_64-libwinpthread-git-10.0.0.r68.g6eb571448-1 - mingw-w64-ucrt-x86_64-mpc-1.2.1-1 mingw-w64-ucrt-x86_64-mpfr-4.1.0.p13-1 + Packages (15) mingw-w64-ucrt-x86_64-binutils-2.41-2 + mingw-w64-ucrt-x86_64-crt-git-11.0.0.r216.gffe883434-1 + mingw-w64-ucrt-x86_64-gcc-libs-13.2.0-2 mingw-w64-ucrt-x86_64-gmp-6.3.0-2 + mingw-w64-ucrt-x86_64-headers-git-11.0.0.r216.gffe883434-1 + mingw-w64-ucrt-x86_64-isl-0.26-1 mingw-w64-ucrt-x86_64-libiconv-1.17-3 + mingw-w64-ucrt-x86_64-libwinpthread-git-11.0.0.r216.gffe883434-1 + mingw-w64-ucrt-x86_64-mpc-1.3.1-2 mingw-w64-ucrt-x86_64-mpfr-4.2.1-2 mingw-w64-ucrt-x86_64-windows-default-manifest-6.4-4 - mingw-w64-ucrt-x86_64-winpthreads-git-10.0.0.r68.g6eb571448-1 - mingw-w64-ucrt-x86_64-zlib-1.2.12-1 mingw-w64-ucrt-x86_64-zstd-1.5.2-2 - mingw-w64-ucrt-x86_64-gcc-12.2.0-1 + mingw-w64-ucrt-x86_64-winpthreads-git-11.0.0.r216.gffe883434-1 + mingw-w64-ucrt-x86_64-zlib-1.3-1 mingw-w64-ucrt-x86_64-zstd-1.5.5-1 + mingw-w64-ucrt-x86_64-gcc-13.2.0-2 - Total Installed Size: 397.59 MiB + Total Download Size: 49.38 MiB + Total Installed Size: 418.82 MiB :: Proceed with installation? [Y/n] [... downloading and installation continues ...] @@ -89,7 +90,7 @@ MSYS2 and what for. ```console $ gcc --version - gcc.exe (Rev1, Built by MSYS2 project) 12.2.0 + gcc.exe (Rev2, Built by MSYS2 project) 13.2.0 ``` 9. After installing MSYS2 it will update itself via `pacman`, see the [update guide](./docs/updating.md) for more information.